ververica / flink-sql-gateway

Apache License 2.0
490 stars 187 forks source link

Add Postgres tests #37

Closed fpompermaier closed 4 years ago

fpompermaier commented 4 years ago

Investigate why this statement works

SELECT * FROM `mypg`.`postgres`.`public.link` 

but this does not:

DESCRIBE `mypg`.`postgres`.`public.link` 
godfreyhe commented 4 years ago

@fpompermaier thanks for reporting this, we had fixed the bug, see https://github.com/ververica/flink-sql-gateway/pull/42