olivrlee opened a new pull request, #3186:
URL: https://github.com/apache/calcite/pull/3186

   In that past when serializing/deserializing the `SEARCH` operator, I was 
encountering an issue where gsons's `LinkedHashMap` and `LinkedTreeMap` wasn't 
being evaluated as `instanceof Map`
   
   I wanted to test internally within Calcite what happens when gson maps call 
`instanceof Map`, and it seems like it does evaluate to `true`.
   
   The behavior I was seeing before must have been caused by something else. 
   
   This PR is just to leave a record that this behavior has been tested, but 
since it adds a dependency, I wouldn't want it to be merged. 


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

Reply via email to