You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/08/11 20:20:54 UTC

[GitHub] [druid] jihoonson opened a new issue #10266: DruidInputSource ignores dimensionsSpec when dimensions is set

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] jon-wei commented on issue #10266: DruidInputSource ignores dimensionsSpec when dimensions is set

Posted by GitBox <gi...@apache.org>.
jon-wei commented on issue #10266:
URL: https://github.com/apache/druid/issues/10266#issuecomment-1017069619


   Fixed by [#10267](https://github.com/apache/druid/pull/10267)


-- 
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-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] jon-wei closed issue #10266: DruidInputSource ignores dimensionsSpec when dimensions is set

Posted by GitBox <gi...@apache.org>.
jon-wei closed issue #10266:
URL: https://github.com/apache/druid/issues/10266


   


-- 
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-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org