Created a table with PARTITION BY (month(“timestamp”))
Then did an ALTER TABLE … ADD PARTITION FIELD year(“timestamp”)
response was “true”
But now if I do a SHOW CREATE TABLE, I get the following error:
IndexOutOfBoundsException: Index 1 out of bounds for length 1
Table is empty