Rich-T-kid commented on code in PR #24227:
URL: https://github.com/apache/datafusion/pull/24227#discussion_r3750955824


##########
datafusion/common/src/config.rs:
##########
@@ -1200,6 +1200,13 @@ config_namespace! {
         /// Defaults to 20.
         pub max_in_list_size: usize, default = 20
 
+        /// (reading) If true, string and binary columns that are 
dictionary-encoded in
+        /// the parquet file are read as `Dictionary<Int32, Utf8>` / 
`Dictionary<Int32, Binary>`

Review Comment:
   I choose to keep the key type hard coded to int32 instead of u64, would not 
mind changing



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to