LadyForest commented on a change in pull request #72: URL: https://github.com/apache/flink-table-store/pull/72#discussion_r841148428
########## File path: docs/content/docs/development/overview.md ########## @@ -30,6 +30,25 @@ Flink Table Store is a unified streaming and batch store for building dynamic tables on Apache Flink. Flink Table Store serves as the storage engine behind Flink SQL Managed Table. +## Setup Table Store + +{{< hint info >}} +__Note:__ Table Store is only supported starting from Flink 1.15. +{{< /hint >}} + +You can get the bundle jar for the Table Store in one of the following ways: +- [Download the latest bundle jar](https://flink.apache.org/downloads.html) of + Flink Table Store. +- Build bundle jar from `flink-table-store-dist` in the source code. Review comment: Build bundle jar under submodule`flink-table-store-dist` from source code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org