You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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 as2017-06-19 15:30:00.960000
Specifically, Why is the
0.096
turning into0.96
Is this a known issue? any workarounds?
The text was updated successfully, but these errors were encountered: