-
Notifications
You must be signed in to change notification settings - Fork 434
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
[GLUTEN-3361] Support spark 3.4 in Gluten #3360
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/oap-project/gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
e508365
to
dc879f4
Compare
Run Gluten Clickhouse CI |
dc879f4
to
c1637c5
Compare
Run Gluten Clickhouse CI |
c1637c5
to
81681f2
Compare
Run Gluten Clickhouse CI |
81681f2
to
91028ad
Compare
Run Gluten Clickhouse CI |
91028ad
to
18123f2
Compare
Run Gluten Clickhouse CI |
18123f2
to
e833b67
Compare
Run Gluten Clickhouse CI |
e833b67
to
39ddeee
Compare
Run Gluten Clickhouse CI |
39ddeee
to
af113bd
Compare
Run Gluten Clickhouse CI |
@zzcclp Can you help to look the failed two unit tests in CH backend? Thanks. |
af113bd
to
2cd396d
Compare
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
80ed047
to
499f73e
Compare
Run Gluten Clickhouse CI |
2 similar comments
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
793c085
to
f53edc1
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
209da1e
to
8efe616
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
shims/spark34/src/main/java/org/apache/spark/sql/execution/joins/HashJoin.scala.deprecated
Outdated
Show resolved
Hide resolved
shims/spark34/src/main/scala/org/apache/spark/sql/catalyst/expressions/PromotePrecision.scala
Show resolved
Hide resolved
db3a09d
to
8a0d44e
Compare
Run Gluten Clickhouse CI |
shims/spark34/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala
Outdated
Show resolved
Hide resolved
Run Gluten Clickhouse CI |
@@ -40,6 +40,8 @@ class GlutenDriverEndpoint extends IsolatedRpcEndpoint with Logging { | |||
private val driverEndpoint: RpcEndpointRef = | |||
rpcEnv.setupEndpoint(GlutenRpcConstants.GLUTEN_DRIVER_ENDPOINT_NAME, this) | |||
|
|||
// TODO(yuan): get thread cnt from spark context | |||
override def threadCount(): Int = 1 |
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.
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 default value is 1 , right ?
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 seems ok to me.
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's better to also update dev/buildbundle-veloxbe.sh
to build spark 3.4 package
3c6c482
to
afa806d
Compare
Run Gluten Clickhouse CI |
Signed-off-by: Yuan Zhou <[email protected]>
afa806d
to
47e1575
Compare
Run Gluten Clickhouse CI |
LGTM |
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.
👍 works on my local TPC-H/DS
notes on TODOs:
|
What changes were proposed in this pull request?
Follow up #3262.
Mainly changes:
How was this patch tested?
Existing tests.