Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: 1.1.0
-
Component/s: Data Module
-
Labels:None
Description
If a dataset is updated with a new schema the HIVE DDL columns are not kept in sync. The avro.schema.url is correctly updated.
Either they should be kept in sync or only the avro.schema.url should be used (not sure what impala does here with a parquet backed table).
Add
// convert the schema to Hive columns
table.getSd().setCols(HiveSchemaConverter.convertSchema(descriptor.getSchema()));
to HiveUtils.
Attachments
Issue Links
- links to