crepererum commented on PR #5545: URL: https://github.com/apache/arrow-datafusion/pull/5545#issuecomment-1527262595
@wjones127 you can still dictionary-encode integers by specifying the column type in `FileScanConfig` as `DataType::Dictionary(Box::new(DataType::Int64), Box::new(DataType::UInt8))` (for example), see https://github.com/apache/arrow-datafusion/pull/5545#issuecomment-1465873451 -- 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]
