spark-llap
spark-llap copied to clipboard
DefaultJDBCWrapper.tableExists does not work with escaped table names
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.