Skip to content
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

Fix for SaveAsTableRule to work with Spark 3.5 #3

Conversation

alexeiakimov
Copy link

I hope to fix SaveAsTableRule for Spark 3.5. The problem which causes the QbeastSQLIntegrationTest to fail is that they on the way of transition from TableSpec.properties to TableSpec.options. Also for some reasons writeOptions are always empty and our options like colunsToIndex specified in SQL are included into TableSpec.options instead. So I changed our rule to ensure that the columnsToIndex are available for the Qbeast writing mechanism.

@osopardo1
Copy link
Owner

Approved!

@osopardo1 osopardo1 merged commit 93c9b65 into osopardo1:upgrade-spark-3.5-delta-3.0 Jan 8, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants