Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
ghx-label-7
Description
[localhost:21000] > alter table functional.alltypesagg partition(year=2009, month=1) set location 'hdfs://localhost:20500/test-warehouse/new_table'; Query: alter table functional.alltypesagg partition(year=2009, month=1) set location 'hdfs://localhost:20500/test-warehouse/new_table' ERROR: IndexOutOfBoundsException: toIndex = 3
[localhost:21000] > alter table functional.alltypesagg partition(year=2009, month=1) set fileformat parquet; Query: alter table functional.alltypesagg partition(year=2009, month=1) set fileformat parquet ERROR: IllegalStateException: null
[localhost:21000] > alter table functional.alltypesagg partition(year=2009, month=1) set row format delimited fields terminated by ' '; Query: alter table functional.alltypesagg partition(year=2009, month=1) set row format delimited fields terminated by ' ' ERROR: IllegalStateException: null