-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Normalize ORCRecordReader BOOLEAN and LIST output types #18222
Copy link
Copy link
Open
Labels
enhancementImprovement to existing functionalityImprovement to existing functionalityingestionRelated to data ingestion pipelineRelated to data ingestion pipelinejavaPull requests that update Java codePull requests that update Java codepluginsRelated to the plugin systemRelated to the plugin systempriority: lowNice to have, can waitNice to have, can waituser-experienceRelated to user experienceRelated to user experience
Metadata
Metadata
Assignees
Labels
enhancementImprovement to existing functionalityImprovement to existing functionalityingestionRelated to data ingestion pipelineRelated to data ingestion pipelinejavaPull requests that update Java codePull requests that update Java codepluginsRelated to the plugin systemRelated to the plugin systempriority: lowNice to have, can waitNice to have, can waituser-experienceRelated to user experienceRelated to user experience
Type
Fields
Give feedbackNo fields configured for issues without a type.
Motivation
pinot-plugins/pinot-input-format/pinot-orc/src/main/java/org/apache/pinot/plugin/inputformat/orc/ORCRecordReader.javadocuments two unresolved mappings:BOOLEAN -> Stringwith TODO-> Boolean?LIST -> Object[] of the supported typeswith TODO-> List?These TODOs suggest Pinot's ORC reader still exposes surprising Java types for common ORC schemas.
Scope
Notes
Observed on
upstream/masteron April 15, 2026.