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

Add implementation of date, time, and timestamp values for PartiQLValueTextWriter #1492

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

alancai98
Copy link
Member

Relevant Issues

Description

  • Adds an implementation of datetime values for the PartiQLValueTextWriter
  • With this change, SqlDialect will also be able to print datetime literals.

Other Information

License Information

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@alancai98 alancai98 self-assigned this Jun 25, 2024
Copy link

Conformance comparison report

Base (68e4849) d581820 +/-
% Passing 92.64% 92.64% 0.00%
✅ Passing 5423 5423 0
❌ Failing 431 431 0
🔶 Ignored 0 0 0
Total Tests 5854 5854 0

Number passing in both: 5423

Number failing in both: 431

Number passing in Base (68e4849) but now fail: 0

Number failing in Base (68e4849) but now pass: 0

Copy link
Contributor

@yliuuuu yliuuuu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small comment, otherwise looks good to me.

@alancai98 alancai98 merged commit 05a77c2 into main Jun 25, 2024
10 checks passed
@alancai98 alancai98 deleted the datetime-printer branch June 25, 2024 20:43
alancai98 added a commit that referenced this pull request Jun 25, 2024
alancai98 added a commit that referenced this pull request Jun 25, 2024
rchowell pushed a commit that referenced this pull request Jun 26, 2024
rchowell pushed a commit that referenced this pull request Jun 26, 2024
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.

PartiQLValueTextWriter currently does not implement printing datetime values
3 participants