-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0
-
Fix Version/s: 4.0.0
-
Component/s: Standalone Metastore, Thrift API
-
Labels:None
Currently hive_metastore.thrift C++ output does not compile due to structures like ScheduledQueryKey and ColumnStatistics being referenced before being defined later in the file. We should reorder the structures in the file so the C++ output is usable.