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

upgrade to 0.186-tw-0.40 #116

Merged
merged 643 commits into from
Oct 20, 2017

Conversation

Yaliang
Copy link
Collaborator

@Yaliang Yaliang commented Oct 19, 2017

No description provided.

rschlussel-zz and others added 30 commits September 7, 2017 08:06
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.
Copy link

@dabaitu dabaitu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Yaliang Yaliang merged commit ff9edc2 into twitter-forks:twitter-master Oct 20, 2017
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.