fix(impala): update impala nonReserved and keywords use as functionName (#229)
This commit is contained in:
@ -83,13 +83,13 @@ insert into
|
||||
select
|
||||
*
|
||||
from
|
||||
default.tab1;
|
||||
default1.tab1;
|
||||
|
||||
insert overwrite table parquet_table
|
||||
select
|
||||
*
|
||||
from
|
||||
default.tab1
|
||||
default1.tab1
|
||||
limit
|
||||
3;
|
||||
|
||||
|
Reference in New Issue
Block a user