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

feat: Parse timestamp strings as Date32 #33

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

MazterQyou
Copy link
Member

This PR adds support for parsing timestamp strings (such as 2024-01-01 00:00:00) as dates. This is valid in Postgres; time and timezone is ignored. Related test is included.

@github-actions github-actions bot added the arrow label Mar 20, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.80%. Comparing base (f32dc0f) to head (435cb48).

Additional details and impacted files
@@                 Coverage Diff                 @@
##           cubesql-v11.1.0      #33      +/-   ##
===================================================
- Coverage            82.80%   82.80%   -0.01%     
===================================================
  Files                  190      190              
  Lines                55389    55397       +8     
===================================================
+ Hits                 45867    45872       +5     
- Misses                9522     9525       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MazterQyou MazterQyou merged commit 70e71d1 into cubesql-v11.1.0 Mar 20, 2024
25 of 29 checks passed
@MazterQyou MazterQyou deleted the cubesql-timestamp-str-to-date32 branch March 20, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants