-
Notifications
You must be signed in to change notification settings - Fork 169
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
Build with Spark 3.2 failed #113
Comments
The first error is easy to fix. Just add property The second error is caused by api |
We skip certain tests which are only for Spark 3.4 internally. But seems we don't do it for Comet now. |
Maybe we should also run CI with different Spark version profiles too. |
I think the Spark 3.2 & 3.3 profiles still have quite a few issues right now. I agree that we should add CI pipelines for them at some point, and perhaps make them trigger at post-commit time. |
After a second thought, maybe we can just compile(skipTests) against Spark 3.2 and 3.3 for now on CI? The test pipelines could be added later. |
Yes I think we can do that. We can also try to enable them and see if they fail. |
Describe the bug
comet fails to compile with Spark version 3.2
Steps to reproduce
Expected behavior
Compilation passes
Additional context
No response
The text was updated successfully, but these errors were encountered: