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

[CALCITE-5308] Add support for TIMESTAMP WITH LOCAL TIME ZONE and microsecond-precision #186

Closed
wants to merge 1 commit into from

Conversation

wnob
Copy link
Contributor

@wnob wnob commented Oct 24, 2022

Have the cursor interpret a BigDecimal in a time/date field as seconds since epoch, with up to nanosecond precision. Also, implement a proper getter for TIMESTAMP WITH LOCAL TIME ZONE which is given proper Calcite support in apache/calcite#2973.

@F21
Copy link
Member

F21 commented Nov 9, 2022

@F21 F21 changed the title Add proper support for timestamps with timezones [CALCITE-5308] Add support to Avatica for microsecond-precision timestamps (with timezone) Dec 22, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@wnob wnob changed the title [CALCITE-5308] Add support to Avatica for microsecond-precision timestamps (with timezone) [CALCITE-5308] Add support for TIMESTAMP WITH LOCAL TIME ZONE and microsecond-precision Jan 14, 2023
@wnob
Copy link
Contributor Author

wnob commented Jan 19, 2023

Superceded by #205 which focuses just on the type support and punts on precision for now.

@wnob wnob closed this Jan 19, 2023
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

Successfully merging this pull request may close these issues.

2 participants