Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Improve dateFormat support in GpuJsonScan and make tests consistent with GpuStructsToJson [databricks] #9975
Improve dateFormat support in GpuJsonScan and make tests consistent with GpuStructsToJson [databricks] #9975
Changes from all commits
b393caa
fa09f44
0caced0
e661b47
06e8db6
50c8273
9ec6bd6
a531a6b
d4f9147
b6f2ff1
fd50335
01dd4bf
70011f8
c65b29f
1facac3
c555b09
816f009
d82ae6b
d7f87dc
958d4e1
92e68ba
7a51cfe
9f95976
3df7893
0d2de96
1442519
b6e7c4d
5cf603b
fc9779e
6e8ad5c
030afac
793c731
9bea908
bbc0704
aedfd25
51ddd71
77ad4ab
f3ecbc6
3b30a20
51a8da3
bef3ef1
51c13c2
8648b0c
8b0b9c5
4b183a4
a753e88
ea80821
9e9acc4
cf22537
b5779a0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised that scala style didn't catch this misplaced import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should stop importing Java classes, let alone pretend it is a Scala package object. IMO, having to explicitly reference the Java class on initialization makes the code more clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2024 copyrights