-
Notifications
You must be signed in to change notification settings - Fork 449
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
[VL] Fix arrow dataset csv scan IncompatibleClassChangeError #6785
Conversation
jinchengchenghh
commented
Aug 12, 2024
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-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 |
@@ -109,7 +109,7 @@ | |||
<dependency> | |||
<groupId>org.apache.arrow</groupId> | |||
<artifactId>arrow-vector</artifactId> | |||
<version>${arrow.version}</version> | |||
<version>${arrow-gluten.version}</version> | |||
<exclusions> | |||
<exclusion> | |||
<groupId>io.netty</groupId> |
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.
We upload all the arrow jars in CI.https://github.com/apache/incubator-gluten/blob/main/.github/workflows/velox_docker.yml#L66 The dataset jar is large so we can see the upload process in CI. @zhztheplayer |
Run Gluten Clickhouse CI |
Trigger the CI again to find if it can fix this occasionally bug. |
Running test query q24b (iteration 0)... |