Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0
-
None
Description
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.