Join Slack
Powered by
This message was deleted.
# troubleshooting
s
Slackbot
02/09/2023, 8:54 AM
This message was deleted.
c
Clint Wylie
02/09/2023, 12:01 PM
https://github.com/apache/druid/blob/master/processing/src/main/java/org/apache/druid/segment/nested/StructuredData.java#L129
is the current comparison we are using
Clint Wylie
02/09/2023, 12:02 PM
it's not perfect, and has a chance of collisions
Clint Wylie
02/09/2023, 12:03 PM
it should maybe be configurable in the case not having collision is preferred over performance
Clint Wylie
02/09/2023, 12:04 PM
then it could always do something like keep a serialized version of the value around to do a full comparison
Open in Slack
Previous
Next