abhishekagarwal87 commented on issue #9591:
URL: https://github.com/apache/druid/issues/9591#issuecomment-671560757


   @suneet-s It seems that ParserSpec does not have the `transformSpec` field 
and that's why is ignoring it. 
   ```
    @JsonCreator
     public JSONParseSpec(
         @JsonProperty("timestampSpec") TimestampSpec timestampSpec,
         @JsonProperty("dimensionsSpec") DimensionsSpec dimensionsSpec,
         @JsonProperty("flattenSpec") JSONPathSpec flattenSpec,
         @JsonProperty("featureSpec") Map<String, Boolean> featureSpec,
         @JsonProperty("keepNullColumns") Boolean keepNullColumns
     )
   ```
   That is why transform expressions are getting ignored. 
   


----------------------------------------------------------------
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]

Reply via email to