You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/15 07:16:51 UTC

[GitHub] [flink] smm321 commented on a diff in pull request #13011: [FLINK-16384][table sql/client] Support SHOW CREATE TABLE statement

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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org