This is an automated email from the ASF dual-hosted git repository.

jhyde pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    from b0e83c4  Following [CALCITE-2944] remove internal uses of 
Aggregate.indicator
     new c08ea8b  Cosmetic changes
     new 674c123  [CALCITE-3106] Upgrade commons-pool2 from 2.6.0 to 2.6.2 
(Fokko Driesprong)
     new c4e61bd  [CALCITE-3107] Upgrade commons-dbcp2 from 2.5.0 to 2.6.0 
(Fokko Driesprong)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../adapter/enumerable/EnumerableRepeatUnion.java  | 20 +++-----
 .../adapter/enumerable/EnumerableTableSpool.java   | 16 ++++---
 .../enumerable/EnumerableTableSpoolRule.java       | 10 ++--
 .../calcite/config/CalciteSystemProperty.java      |  6 +--
 .../java/org/apache/calcite/rel/core/Join.java     |  2 +-
 .../org/apache/calcite/rel/core/RelFactories.java  | 14 +++---
 .../org/apache/calcite/rel/core/RepeatUnion.java   | 53 ++++++++++------------
 .../java/org/apache/calcite/rel/core/Spool.java    | 40 +++++++++-------
 .../org/apache/calcite/rel/core/TableSpool.java    | 11 +++--
 .../calcite/rel/logical/LogicalRepeatUnion.java    | 23 ++++------
 .../calcite/rel/logical/LogicalTableSpool.java     | 17 ++++---
 .../java/org/apache/calcite/tools/RelBuilder.java  | 42 ++++++++++-------
 .../test/enumerable/EnumerableRepeatUnionTest.java | 32 +++++--------
 pom.xml                                            |  4 +-
 site/_docs/history.md                              |  6 +--
 site/_docs/reference.md                            | 14 +++---
 16 files changed, 159 insertions(+), 151 deletions(-)

Reply via email to