This is an automated email from the ASF dual-hosted git repository. juri pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 1788e1b3e465685a08a0a266dfc5ca8af62cd8d8 Merge: 51ba237a 5207d44e Author: Juri Petersen <43411515+juripeter...@users.noreply.github.com> AuthorDate: Fri May 2 10:03:24 2025 +0200 Merge pull request #558 from mspruc/main Serialisation for aggregation in sql-api & improvements to various tests .../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(-)