You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: