spark-llap icon indicating copy to clipboard operation
spark-llap copied to clipboard

DefaultJDBCWrapper.tableExists does not work with escaped table names

Open derSascha opened this issue 5 years ago • 0 comments

The tableExists in the default JDBC wrapper uses meta data get tables and then compares all table names. This becomes expensive if many tables exists and does not work if the table name was escaped before. See changes in Spark.

derSascha avatar Nov 27 '19 19:11 derSascha