sql-metadata
sql-metadata copied to clipboard
BUG: The Hive "INSERT OVERWRITE TABLE" statement was parsed incorrectly.
I just found that the "INSERT OVERWRITE TABLE" statement cannot be parsed incorrectly. The variable name that represents the partition was also recognized as the table name.
The case is below:
The correct output should be: [tbl, table1, table2]