This is an automated email from the ASF dual-hosted git repository.
juri pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
from 51ba237a Merge pull request #557 from mspruc/main
add 7df802bc separate the query and channel creation from execution
add a3958f86 fix off by one error for sql-api sorts
add 5207d44e serializable aggregations for sql-api
new 1788e1b3 Merge pull request #558 from mspruc/main
The 1 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:
.../calcite/converter/WayangAggregateVisitor.java | 3 +-
.../converter/functions/AggregateAddCols.java | 17 +-
.../converter/functions/AggregateFunction.java | 19 +-
.../converter/functions/AggregateGetResult.java | 60 +++---
.../converter/functions/AggregateKeyExtractor.java | 6 +-
.../calcite/converter/functions/SortFilter.java | 4 +-
.../apache/wayang/api/sql/SqlToWayangRelTest.java | 38 ++++
.../apache/wayang/jdbc/execution/JdbcExecutor.java | 206 +++++++++++----------
8 files changed, 209 insertions(+), 144 deletions(-)