This is an automated email from the ASF dual-hosted git repository.
zkaoudi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/main by this push:
new cd1f6e2a update calcite-linq4j version in pom to match calcite-core
version
new 254a1c6e Merge pull request #317 from michellesackmann/main
cd1f6e2a is described below
commit cd1f6e2ac77ac2113ab33ff78fb9335177717766
Author: Michelle <[email protected]>
AuthorDate: Thu May 4 12:53:19 2023 +0200
update calcite-linq4j version in pom to match calcite-core version
---
wayang-api/wayang-api-sql/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wayang-api/wayang-api-sql/pom.xml
b/wayang-api/wayang-api-sql/pom.xml
index 2441a2f7..82127036 100644
--- a/wayang-api/wayang-api-sql/pom.xml
+++ b/wayang-api/wayang-api-sql/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-linq4j</artifactId>
- <version>1.29.0</version>
+ <version>1.32.0</version>
</dependency>
<dependency>
<groupId>org.apache.calcite</groupId>