Skip to content

DruidInputSource ignores dimensionsSpec when dimensions is set #10266

@jihoonson

Description

@jihoonson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions