ververica / flink-sql-gateway

Apache License 2.0
490 stars 187 forks source link

Fix table name escaping in DescribeTableOperation and remove "DESCRIBE TABLE" support #42

Closed tsreaper closed 4 years ago

tsreaper commented 4 years ago

This PR fixes #37 by escaping table name in DescribeTableOperation.

This PR also removes DESCRIBE TABLE table_name support (can only use DESCRIBE table_name now), because

godfreyhe commented 4 years ago

LGTM

godfreyhe commented 4 years ago

merged