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

Support to unparse ScalarValue::TimestampMillisecond to String #11046

Merged
merged 2 commits into from
Jun 22, 2024

Conversation

pingsutw
Copy link
Member

Which issue does this PR close?

Closes #10797

Rationale for this change

What changes are included in this PR?

just follow #10984 to convert ScalarValue::TimestampMillisecond to a String

Are these changes tested?

yes, unit test

Are there any user-facing changes?

Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
@github-actions github-actions bot added the sql SQL Planner label Jun 21, 2024
@pingsutw
Copy link
Member Author

cc @goldmedal

Copy link
Contributor

@goldmedal goldmedal left a comment

Choose a reason for hiding this comment

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

Thanks @pingsutw -- Overall LGTM.

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Nice -- thank you @pingsutw

Thank you @goldmedal for the review

@alamb alamb merged commit 81611ad into apache:main Jun 22, 2024
23 checks passed
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jun 22, 2024
…e#11046)

* wip

Signed-off-by: Kevin Su <[email protected]>

* add a test

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jun 22, 2024
…e#11046)

* wip

Signed-off-by: Kevin Su <[email protected]>

* add a test

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
y-f-u pushed a commit to spiceai/datafusion that referenced this pull request Jun 24, 2024
…e#11046)

* wip

Signed-off-by: Kevin Su <[email protected]>

* add a test

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
y-f-u added a commit to spiceai/datafusion that referenced this pull request Jun 24, 2024
Support to unparse ScalarValue::TimestampMillisecond to String (apache#11046)
findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
…e#11046)

* wip

Signed-off-by: Kevin Su <[email protected]>

* add a test

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sql SQL Planner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ScalarValue::TimestampMillisecond -> String Support
3 participants