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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org