Re: (CALCITE-4121) Passing connection properties from URL to OpenConnectionRequest.

2021-11-17 Thread Josh Elser
Thanks for sending a note, Laksh! I'll take a look at your PR and update Jira now. On 11/17/21 3:51 PM, Laksh Singla wrote: Hi, In continuation of my above mail, I have recently raised a PR for the fix ( https://github.com/apache/calcite-avatica/pull/162). Can I also be assigned to the related

Re: (CALCITE-4121) Passing connection properties from URL to OpenConnectionRequest.

2021-11-17 Thread Laksh Singla
Hi, In continuation of my above mail, I have recently raised a PR for the fix ( https://github.com/apache/calcite-avatica/pull/162). Can I also be assigned to the related Jira ticket ( https://issues.apache.org/jira/browse/CALCITE-4121), and it be marked in progress. My Jira username is *lakshsingl

(CALCITE-4121) Passing connection properties from URL to OpenConnectionRequest.

2021-11-15 Thread Laksh Singla
Hi all I am interested in raising a PR for the issue CALCITE-4121. The fix seems small enough - Using ConnectStringParser.parse(...) to extract parameters from the URL before passing it into the OpenConnectionRequest. Do I need to add test cases for the change, and if so can someone point me on ho