Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Test suggestions:
1. Write a few Table API programs.
2. Call Table.getQueryOperation#asSerializableString, manually verify the produced SQL query
3. Check the produced SQL query is runnable and produces the same results as the Table API program:
Table table = tEnv.from("a") ... String sqlQuery = table.getQueryOperation().asSerializableString(); //verify the sqlQuery is runnable tEnv.sqlQuery(sqlQuery).execute().collect()
Attachments
Issue Links
- relates to
-
FLINK-33644 FLIP-393: Make QueryOperations SQL serializable
- Closed