slinkydeveloper commented on a change in pull request #17441:
URL: https://github.com/apache/flink/pull/17441#discussion_r727084553
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/TableEnvironmentImpl.java
##########
@@ -1462,7 +1478,17 @@ private TableResult buildDescribeResult(ResolvedSchema
schema) {
return new String[] {"name", "type", "null", "key", "extras",
"watermark"};
}
- private TableResult buildShowColumnsResult(
+ private static RowData generateTableColumnsDataTypesConverter(Row row) {
+ return GenericRowData.of(
Review comment:
Removed
--
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]