lzh

Results 3 issues of lzh

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...

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...

bug
Hive

The input SQL is : SQL = “ALTER TABLE table_name DROP IF EXISTS PARTITION (dt = 20240524)” The code is : >>> Parser(SQL).tables The output is: ['table_name', 'PARTITION', 'dt'] While...

bug
Hive