forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Description
Current Parquet Writer options have Hive specific options:
static constexpr const char* kParquetHiveConnectorEnableDictionary =
"hive.parquet.writer.enable-dictionary";
static constexpr const char* kParquetHiveConnectorDictionaryPageSizeLimit =
"hive.parquet.writer.dictionary-page-size-limit";
static constexpr const char* kParquetHiveConnectorWriteBatchSize =
"hive.parquet.writer.batch-size";
These names are confusing. The writer options are not Hive-specific. File Writer are in different level from connectors in a structural hierarchy. These names need to be corrected to names without "HiveConnector"