forked from prestodb/presto
-
Notifications
You must be signed in to change notification settings - Fork 15
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
upgrade to 0.186-tw-0.40 #116
Merged
Yaliang
merged 643 commits into
twitter-forks:twitter-master
from
Yaliang:yaliangw/upgrade-0.186
Oct 20, 2017
Merged
upgrade to 0.186-tw-0.40 #116
Yaliang
merged 643 commits into
twitter-forks:twitter-master
from
Yaliang:yaliangw/upgrade-0.186
Oct 20, 2017
Conversation
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
Return the constraint in the ConnectorTableLayoutResult so a filter node gets added.
This fixes a potential hang in parallel S3 uploads.
TestMemorySmoke now inherits from AbstractTestQueryFramework which provides several useful helper functions.
Add support for creating, dropping, and listing views in Memory Connector.
Includes MiniAccumuloCluster memory bump to 512M
The element_at function was incorrectly documented as accepting index values in the range >= 0. However, SQL array indices start from 1.
The Travis builds hang on first test of basic product tests.
Each table or schema property value in CreateTable and CreateSchema should be constant, like what is done in CreateTableAsSelect.
Use Row prefix to point fact that class operates in channels domain.
Add SortExpressionContext which captures logical sort expression.
Pass explicit searchExpression when doing inequality filtering for join. Previously whole filterFunction was assummed to be the search expression. With explici searchExpression we can capture more cases when we want to use subset of filter function conjunts (possibly transformed) as search function.
The sorted position links is searched for each of the expression in the range predicate. Thus this optimization works only for predicates with AND (conjuncts). The iteration over the position links is stopped as soon as any of the filter expression evaluates to false.
We run the tests in parallel using Travis CI.
Yaliang
force-pushed
the
yaliangw/upgrade-0.186
branch
from
October 19, 2017 17:36
0133614
to
e86c049
Compare
dabaitu
approved these changes
Oct 20, 2017
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.
👍
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.
No description provided.