-
Notifications
You must be signed in to change notification settings - Fork 136
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
Compile failed for Spark 3.2.0 #601
Comments
i suggest not to use property for minor spark version (there are too many minor versions, it's very hard to manage all of them). if there are different behavior of minor versions, we can modify the affected codes to adapt them. for example we can use reflection to access not existed classes. |
Yes, we can modify the affected codes to adapt the different behavior of Spark 3.2.4 and Spark 3.2.0, and there are no needs to use minor spark version. I found there are two errors if we build blaze on Spark3.2.4 but run blaze on Spark 3.2.0:
|
Describe the bug
To Reproduce
Expected behavior
Compilation successful.
The text was updated successfully, but these errors were encountered: