hudi-bot opened a new issue, #15008: URL: https://github.com/apache/hudi/issues/15008
Today HFileReader has the hardcoded key field name for the schema. This key field is used by HFileWriter, HFileDataBlock for HFile key dedupliacation feature. When users want to use the HFile format, this hard coded key field name can be preventing the usecase. We need a way to pass in the writer/reader/query configs to the HFile storage layer so as to use the right key field name. Related: HUDI-2763 ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-3321 - Type: Improvement - Epic: https://issues.apache.org/jira/browse/HUDI-6243 - Fix version(s): - 1.1.0 --- ## Comments 30/Mar/22 06:15;xushiyan;Discussed with [~shivnarayan] we need this when we want to support hfile as base file. cc [~guoyihua] ;;; -- 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]
