Jackie-Jiang opened a new pull request, #15869: URL: https://github.com/apache/pinot/pull/15869
This is a preparation for #15350 Before this PR, in `IndexSegment`, `DataSource getDataSource(String column)` can only fetch `DataSource` for existing columns. This PR adds 2 APIs: - `@Nullable DataSource getDataSourceNullable(String column)` - `DataSource getDataSource(String column, Schema schema)` With this PR, we can add the logic to create a virtual `DataSource` when the column doesn't exist in the segment -- 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]
