hhhzt
Results
1
issues of
hhhzt
My table creation statement is: create table test(`word` string) PARTITIONED by(dt string, hour string) STORED as orc Execute in my code: cursor = conn.cursor() sql = f''' insert into table...