Skip to content

Commit

Permalink
[Update] flink 1.17.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
polyzos committed May 30, 2023
1 parent a7aa026 commit 6fd12ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>

<kafka.version>3.4.0</kafka.version>
<flink.version>1.17.0</flink.version>
<flink.version>1.17.1</flink.version>
<lombok.version>1.18.26</lombok.version>
<logback.version>1.2.11</logback.version>
<rocksdb.version>6.29.4</rocksdb.version>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/io/streamingledger/sql/SQLRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ public static void main(String[] args) {
.executeSql(Queries.CREATE_TXN_TABLE)
.print();


tableEnvironment
.executeSql("SHOW TABLES")
.print();


tableEnvironment
.executeSql("DESCRIBE transactions")
.print();
Expand Down

0 comments on commit 6fd12ee

Please sign in to comment.