Sj test1#3
Open
sujay-jain wants to merge 8 commits into
Open
Conversation
- Fix the failure when column is null. - Fix incorrect index in default result set converter. - Allow result rows to be ignored.
Support determinism analysis for simple queries with top-level ORDER BY LIMIT clause. Select, Insert, and CreateTableAsSelect are supported, but only when the query part is a Select query, not a SetOperation( i.e., Union, Intersect, and Except). "INSERT INTO ...SELECT ... ORDER BY ... LIMIT ..." is supported. "INSERT INTO ... SELECT ... UNION ALL ... SELECT ... ORDER BY ... LIMIT ..." is not supported. To check for determinism of ORDER BY LIMIT queries, we run the Select query with limit N + 1, project all the necessary ORDER BY columns, and check whether there is a tie on the ORDER BY columns for the n-th row and the (n+1)-th row.
SMILE support has flaky edge cases, and we cache the serialization now which already has reduced the cost.
Wait for final task info on abort to avoid missing task statistics in case when query finishes before the final task info is received by the TaskInfoFetcher.
Without this fix, the ConnectionSession was created without any session properties and hence the implementation which tried to use session properties failed.
Fix the problem downstream operators might receive LazyBlock after scan introduced by prestodb#14169
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Please make sure your submission complies with our Development, Formatting, and Commit Message guidelines.
Fill in the release notes towards the bottom of the PR description.
See Release Notes Guidelines for details.
If release note is NOT required, use: