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(core): bump DataFusion to 42.0.0 #796

Merged
merged 6 commits into from
Sep 24, 2024

Conversation

goldmedal
Copy link
Contributor

Known Issues

  • Unparsing TableScan with pushdown filter fail.
  • The model testing occurs the runtime stack overflow issue.

@goldmedal goldmedal changed the title feature(core): Bump DataFusion to 42.0.0 feature(core): bump DataFusion to 42.0.0 Sep 19, 2024
@goldmedal goldmedal changed the title feature(core): bump DataFusion to 42.0.0 feat(core): bump DataFusion to 42.0.0 Sep 19, 2024
Comment on lines 107 to 116
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",
]
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

@grieve54706 grieve54706 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @goldmedal.

@grieve54706 grieve54706 merged commit 4c689d2 into Canner:main Sep 24, 2024
12 checks passed
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.

2 participants