-
Notifications
You must be signed in to change notification settings - Fork 704
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
[WIP][ISSUE-4346] Support Spark 3.5 #4354
base: master
Are you sure you want to change the base?
Conversation
Thanks David, start this pull request. please also remove the old spark version integration code. |
format/pom.xml
Outdated
@@ -37,7 +37,7 @@ | |||
<dependency> | |||
<groupId>org.apache.thrift</groupId> | |||
<artifactId>libthrift</artifactId> | |||
<version>0.9.3</version> | |||
<version>0.19.0</version> |
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.
It is better we do this in another PR. I am preparing a PR for this.
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.
ok
739a5b1
to
cb96c8b
Compare
please solve some conflicts. |
e8c4ae8
to
122a544
Compare
@QiangCai I saw you submitted 5 commits to community in last week, please let us know the latest progress about this PR |
Why is this PR needed?
What changes were proposed in this PR?
Does this PR introduce any user interface change?
Is any new testcase added?