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

[CALCITE-2953] LatticeTest.testTileAlgorithm2 and LatticeTest.testTil… #1134

Closed
wants to merge 1 commit into from

Conversation

jcamachor
Copy link
Contributor

…eAlgorithm3 fail intermittently

@jcamachor jcamachor requested a review from julianhyde March 27, 2019 02:15
@jcamachor jcamachor force-pushed the CALCITE-2953 branch 2 times, most recently from e27f3d0 to 9252eb6 Compare March 27, 2019 14:41
@asfgit asfgit closed this in 90e69d4 Mar 27, 2019
@jcamachor jcamachor deleted the CALCITE-2953 branch March 27, 2019 17:59
pengzhiwei2018 pushed a commit to pengzhiwei2018/calcite that referenced this pull request Mar 28, 2019
[CALCITE-2953] LatticeTest.testTileAlgorithm2 and LatticeTest.testTileAlgorithm3 fail intermittently

Close apache#1134

In RelFieldCollation, add a "withX" copy method for each attribute "X", and deprecate "copy"

Annotate SqlNode.getKind() and SqlCall.getOperandList() as Nonnull.

[CALCITE-2796] JDBC adapter should convert 'GROUP BY ROLLUP(x, y)' to 'GROUP BY x, y WITH ROLLUP' for MySQL 5

Add 'Util.select(List<E>, List<Integer>)'.

In Aggregate.Group, broaden patterns of grouping sets that are
considered a "rollup". Previously [{}, {0}, {0,1}] would have been
considered a rollup, but [{}, {1}, {0, 1}] would not, because of bit
order. Now they are both considered rollups. Add Group.getRollup(),
which generates the sequence of bits, for example [0, 1] and [1, 0]
for the previous examples.

Suppress deprecation warning, and remove unicode character from Java source file

Re-format and re-order change log in 1.19 release notes, and fix release date.

Site: Add Alibaba MaxCompute to powered-by page

Close apache#1113

[CALCITE-2958] Upgrade SQLLine to 1.7.0

Close apache#1136

[CALCITE-2877] Make GeodeSchema constructor public to pass client cache object (Sandeep Chada)

Update instructions for publishing site; we previously used subversion, now we use git

[CALCITE-2903] Exception thrown when decorrelating query with TEMPORAL TABLE

Close apache#1098

[CALCITE-2808] Add the JSON_LENGTH function (xuqianjin)

Close apache#1070

[CALCITE-2729] Introducing WindowReduceExpressionsRule (Chunwei Lei)

[CALCITE-2927] The Javadoc and implement of RuleQueue.computeImportance() is inconsistent (Meng Wang)

Close apache#1111

remove unused empty line
wangxlong pushed a commit to wangxlong/calcite that referenced this pull request Feb 13, 2020
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.

1 participant