julianhyde commented on issue #1522: [CALCITE-3323] Handle arbitrary/unknown 
functions that have ordinary syntax
URL: https://github.com/apache/calcite/pull/1522#issuecomment-543969321
 
 
   Since CALCITE-3323 is fixed already, can you please create a new JIRA case. 
The description is "CalciteConnectionConfigImpl.set obliterates previous 
property values".
   
   The cause is that `new Properties(properties)` doesn't copy the previous 
value as, say, `new HashMap(map)` does.
   
   Can you add a unit test, say in PlannerTest, that if you call set(x, 1) then 
set(y, 2) on a CalciteConnectionConfigImpl, the result contains x and y.

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


With regards,
Apache Git Services

Reply via email to