cryptoe commented on PR #15525:
URL: https://github.com/apache/druid/pull/15525#issuecomment-1873853333
IMHO
```
value: P(123, null)
original behaviour -> deserializeOld(serializeOld(P(123, null))) =
P(123, null)
deserializeNew(serializeOld(P(123, null))) = P(123, "")
```
I think the behavior change here is a rolling upgrade show stopper. User's
query will start giving wrong results.
--
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]