Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cgivre committed Oct 20, 2024
1 parent 404efd4 commit 7861448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public boolean apply(RelDataTypeField relDataTypeField) {
windowBase.isRows,
windowBase.lowerBound,
windowBase.upperBound,
windowBase.exclude,
windowBase.orderKeys,
newWinAggCalls
);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<avro.version>1.11.3</avro.version>
<bouncycastle.version>1.78.1</bouncycastle.version>
<calcite.groupId>org.apache.calcite</calcite.groupId>
<calcite.version>1.37.0</calcite.version>
<calcite.version>1.38.0</calcite.version>
<codemodel.version>2.6</codemodel.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.cli.version>1.4</commons.cli.version>
Expand Down

0 comments on commit 7861448

Please sign in to comment.