Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect display of Timestamp where sub second portion has leading zeros #44

Open
rbinnun opened this issue Jun 20, 2017 · 1 comment

Comments

@rbinnun
Copy link

rbinnun commented Jun 20, 2017

When querying HBASE using jaydebeapi from python 3.6 I'm pulling DBAPITypeObject('TIMESTAMP') objects and finding that when the sub second portion of the time has leading zeros they get concatenated, e.g.,
2017-06-19 15:30:00.096965169 ends up showing as 2017-06-19 15:30:00.960000
Specifically, Why is the 0.096 turning into 0.96

Is this a known issue? any workarounds?

@rbinnun rbinnun changed the title incorrect display of Timestamps where sub second portion has leading zeros incorrect display of Timestamp where sub second portion has leading zeros Jun 21, 2017
@jpsteege
Copy link

jpsteege commented Nov 14, 2021

Also addressed in issue 175, with a patch + merge request attached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants