-
Notifications
You must be signed in to change notification settings - Fork 147
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
Support Spark 3.4 #754
Support Spark 3.4 #754
Conversation
I moved the parameter/attribute handling of ExcelOptions into a Trait that is available to all builds. The version specific ExcelOptions just inherit the trait and implement the version specific logic. I kept to the folder logic and did not introduce something like a "below_some_version". So looks good to me. @nightscape , what do you think? As a side note: I think it would simplify things if we just start dropping support for older spark versions (similar to spark versioning policy). What are your thoughts on this? |
@christianknoepfle looks good overall! |
Release build for 0.19.0 is running: https://github.com/crealytics/spark-excel/actions/runs/5732141933 |
A PR for #730
First trying to make a clean build for a targets and all tests passed. Then rework the folder structure (again)