Closed fpompermaier closed 4 years ago
Investigate why this statement works
SELECT * FROM `mypg`.`postgres`.`public.link`
but this does not:
DESCRIBE `mypg`.`postgres`.`public.link`
@fpompermaier thanks for reporting this, we had fixed the bug, see https://github.com/ververica/flink-sql-gateway/pull/42
Investigate why this statement works
but this does not: