This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a commit to branch calcite-integration
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/calcite-integration by this
push:
new aee384f add iotdb calcite integration demo
aee384f is described below
commit aee384fcc1c076a321c891868c12c1291ae602f4
Author: CGF <[email protected]>
AuthorDate: Sat Mar 23 11:09:08 2019 +0800
add iotdb calcite integration demo
---
calcite/src/main/java/org/apache/iotdb/calcite/IoTDBCalciteDemo.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/calcite/src/main/java/org/apache/iotdb/calcite/IoTDBCalciteDemo.java
b/calcite/src/main/java/org/apache/iotdb/calcite/IoTDBCalciteDemo.java
new file mode 100644
index 0000000..9aab228
--- /dev/null
+++ b/calcite/src/main/java/org/apache/iotdb/calcite/IoTDBCalciteDemo.java
@@ -0,0 +1,5 @@
+package org.apache.iotdb.calcite;
+
+public class IoTDBCalciteDemo {
+
+}