cecemei commented on PR #18565:
URL: https://github.com/apache/druid/pull/18565#issuecomment-3367504655

   > Would this break existing specs that were persisted with an invalid `type` 
specified in the dimension schema? Or would those specs already default to 
`string`, so it wouldn’t be an issue? (I'm not sure when the jackson default 
will apply)
   
   If the `type` is not set, it'd default to string, but if it's set a value 
that's not specified in `JsonSubTypes`, it'd throw an error, but we can add 
those to map to string too. Is there any existing specs that uses invalid 
types? 


-- 
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: [email protected]

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