-
Notifications
You must be signed in to change notification settings - Fork 242
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
Enable build for Databricks 13.3 [databricks] #9677
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
181066e
pom changes
razajafri 664af61
pom changes
razajafri 02dadb3
pom changes
razajafri 4c34d3e
add databricks13.3 to premerge
razajafri 9482ba0
Added ToPrettyString support
razajafri 0a7fa52
xfail approximate percentile test
razajafri 06a5770
xfail failing udf tests
razajafri 00b498e
xfail failing tests due to WriteIntoDeltaCommand
razajafri ea2fd40
xfail test_delta_atomic_create_table_as_select and test_delta_atomic_…
razajafri f693799
Added 341db to shim-deps and removed from datagen/pom.xml
razajafri 1eb2904
updated udf-compiler pom.xml
razajafri cedb635
updated sql-plugin pom.xml
razajafri 4b6fd48
fixed multiple pom.xml
razajafri 7a20826
updated udf-compiler pom.xml
razajafri 80d5c47
removed TODO
razajafri d2365db
Signoff
razajafri e5acc9b
updated scala 2.13 poms
razajafri e2eea68
Revert "xfail failing tests due to WriteIntoDeltaCommand"
razajafri 799ce62
Revert "xfail test_delta_atomic_create_table_as_select and test_delta…
razajafri f58616f
remove tests/pom.xml changes
razajafri df465d0
reverted 2.13 generation of tests/pom.xml
razajafri f65d19e
removed 341db profile from tests as we don't run unit tests on databr…
razajafri 04b6c32
fixed the xfail reason to point to the correct issue
razajafri 49ee94f
removed diff.patch
razajafri 2af52e1
Revert "xfail approximate percentile test"
razajafri 863d586
Merge branch 'branch-23.12' into final-pr
jlowe 8175e96
build fixes
jlowe fbf3150
Fix spark321db build
jlowe cb01bb8
Skip UDF tests until UDF handling is updated
jlowe f43a14f
Remove xfail/skips eclipsed by module-level skip
jlowe 8a0398b
Merge branch 'branch-23.12' into final-pr
jlowe e0d96e8
xfail fastparquet tests due to nulls being introduced by pandas
jlowe 20d3e51
Fix incorrect shimplify directives for 341db
jlowe 9cc0fbc
Fix fallback test
jlowe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I was thinking of including the following:
Not strictly in the purview of this change. I can add this as a follow-on.