-
Notifications
You must be signed in to change notification settings - Fork 121
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
feat: Auto split row concat/hash validations when many columns #1233
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f8d0df3
fix: Prototype auto splitting row concat/hash validations when many c…
nj1973 0c1c4a7
fix: Prototype auto splitting row concat/hash validations when many c…
nj1973 8e1a23a
fix: Auto split row concat/hash validations when many columns
nj1973 b7dd487
fix: Auto split row concat/hash validations when many columns
nj1973 440df6e
Merge remote-tracking branch 'origin/develop' into 1216-tables-with-m…
nj1973 e999fcd
test: Add tests for BigQuery, Oracle, PostgreSQL amd Teradata
nj1973 4ffefd7
test: Add tests for BigQuery, Oracle, PostgreSQL amd Teradata
nj1973 bfd70a6
test: Add tests for more engines
nj1973 fad862f
fix: Auto split custom-query row concat/hash validations when many co…
nj1973 b19e70f
fix: Auto split custom-query row concat/hash validations when many co…
nj1973 18f256c
test: Add tests for more engines
nj1973 d09cdd9
Merge remote-tracking branch 'origin/develop' into 1216-tables-with-m…
nj1973 891fe93
chore: Fix type hint
nj1973 20d0811
test: Fix test assertions
nj1973 6bc17a0
chore: Fix typos
nj1973 4549c8e
test: Add tests for more engines
nj1973 3ae2294
test: Add tests for more engines
nj1973 93c2145
test: Add tests for more engines
nj1973 6b8d214
test: Add tests for more engines
nj1973 671aec2
test: Change Hive tests to use pytest.skip for disabled tests
nj1973 2b259c1
test: Change Hive tests to use pytest.skip for disabled tests
nj1973 375d71c
Merge remote-tracking branch 'origin/develop' into 1216-tables-with-m…
nj1973 02d0ae8
Merge branch 'develop' into 1216-tables-with-many-columns
nj1973 7753979
chore: PR comments
nj1973 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
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.
We can discuss more about that!
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.
Ibis does not expose a public method like it does for get_schema(). I didn't feel it was right for me to add a public method to Ibis objects, I know we already patch the private method but adding new methods seemed a step too far. Happy to be influenced in another direction though.
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.
Well, since you added a comment about this current implementation I'd be okay to move forward as it is so we can unblock the customer. It seems like something we can analyze further later on.