smm321 commented on code in PR #13011:
URL: https://github.com/apache/flink/pull/13011#discussion_r873121995
##########
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/catalog/CatalogTableITCase.scala:
##########
@@ -985,6 +985,80 @@ class CatalogTableITCase(isStreamingMode: Boolean) extends
AbstractTestBase {
assertEquals(false, tableSchema2.getPrimaryKey.isPresent)
}
+ @Test
Review Comment:
@LadyForest @wuchong I have implemented `SHOW CREATE TABLE` from hive
catalog, but remains an issue to be solved:
I can't get the original order when I generate "WITH" information. Is there
a way to solve it?
##########
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/catalog/CatalogTableITCase.scala:
##########
@@ -985,6 +985,80 @@ class CatalogTableITCase(isStreamingMode: Boolean) extends
AbstractTestBase {
assertEquals(false, tableSchema2.getPrimaryKey.isPresent)
}
+ @Test
Review Comment:
Hi @LadyForest @wuchong I have implemented `SHOW CREATE TABLE` from hive
catalog, but remains an issue to be solved:
I can't get the original order when I generate "WITH" information. Is there
a way to solve it?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]