jihoonson opened a new issue #10266: URL: https://github.com/apache/druid/issues/10266
### Affected Version Since 0.17 ### Description When `dimensions` is set in `DruidInputSource`, it doesn't respect dimensionsSpec. Instead, it uses `dimensions` in the inputSource. This results in a wrong schema of the reingested datasource. To fix this bug, `InputRowSchema` should be passed to `DruidSegmentReader`, so that it can use `MapInputRowParser.parse()` instead of creating `MapBasedInputRow` directly. Note that `dimensionExclusions` should be ignored when `dimensions` is set in `DruidInputSource`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
