-
Notifications
You must be signed in to change notification settings - Fork 37
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(core): bump DataFusion to 42.0.0 #796
Conversation
assert result["data"][0] == [ | ||
1, | ||
"2024-01-01 23:59:59.000000", | ||
"2024-01-01 23:59:59.000000 UTC", | ||
"1_370", | ||
370, | ||
1, | ||
"1996-01-02", | ||
"O", | ||
"172799.49", | ||
"1996-01-02", | ||
"1_370", | ||
"2024-01-01 23:59:59.000000", | ||
"2024-01-01 23:59:59.000000 UTC", | ||
] |
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.
The column order is changed. Is it a right thing?
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.
Expected. Now we will generate the sql with wildcard character, the ordering would be different.
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.
LGTM. Thanks @goldmedal.
Known Issues