hortonworks-spark / spark-llap

Apache License 2.0
101 stars 68 forks source link

DefaultJDBCWrapper.tableExists does not work with escaped table names #278

Open derSascha opened 4 years ago

derSascha commented 4 years ago

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.