-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CALCITE-2953] LatticeTest.testTileAlgorithm2 and LatticeTest.testTileAlgorithm3 fail intermittently Close #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 #1113 [CALCITE-2958] Upgrade SQLLine to 1.7.0 Close #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 #1098 [CALCITE-2808] Add the JSON_LENGTH function (xuqianjin) Close #1070 [CALCITE-2729] Introducing WindowReduceExpressionsRule (Chunwei Lei) [CALCITE-2927] The Javadoc and implement of RuleQueue.computeImportance() is inconsistent (Meng Wang) Close #1111 remove unused empty line
- Loading branch information
pengzhiwei
committed
Mar 28, 2019
1 parent
11c067f
commit 8d17df4
Showing
68 changed files
with
1,708 additions
and
236 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,7 @@ data: { | |
"JSON" | ||
"JSON_TYPE" | ||
"JSON_DEPTH" | ||
"JSON_LENGTH" | ||
"JSON_PRETTY" | ||
"K" | ||
"KEY" | ||
|
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
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
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.