Description
If a table is defined as below:
CREATE TABLE test STORED AS AVRO TBLPROPERTIES ('avro.schema.url'='/tmp/schema.json');
if user tries to run command:
ALTER TABLE test CHANGE COLUMN col1 col1 STRING COMMENT 'test comment';
The query will return without any warning, but has no affect to the table.
It would be good if we can allow user to ALTER table (add/change column, update comment etc) even though the schema is defined through schema file.
Attachments
Attachments
Issue Links
- links to