Closed tsreaper closed 4 years ago
This PR fixes #37 by escaping table name in DescribeTableOperation.
DescribeTableOperation
This PR also removes DESCRIBE TABLE table_name support (can only use DESCRIBE table_name now), because
DESCRIBE TABLE table_name
DESCRIBE table_name
SqlDescribeTable
SqlRichDescribeTable
LGTM
merged
This PR fixes #37 by escaping table name in
DescribeTableOperation
.This PR also removes
DESCRIBE TABLE table_name
support (can only useDESCRIBE table_name
now), becauseSqlDescribeTable
is removed from Flink 1.11, and its functionality is totally covered bySqlRichDescribeTable
.