asolimando commented on pull request #138: URL: https://github.com/apache/calcite-avatica/pull/138#issuecomment-809315288
> @asolimando it seems there are more failures in Calcite: https://github.com/zabetak/calcite-avatica/runs/2216366873?check_suite_focus=true#step:5:468 > > Can you please have a look? That's weird, I will have a look asap, it looks like an array-based cursor is used even for non-empty metadata result sets, instead of a record-based one, maybe one of the latest changes is causing that as a side-effect. Btw, I am having issues lately to use the sources from my local `calcite-avatica` project in Calcite in IntelliJ. I usually uncomment in `gradle.properties` the line `localAvatica=../calcite-avatica`, Avatica is correctly imported into IntelliJ, and it's the version that is used. Now, the importing bit works, but when it comes to debug the unit-tests, it's using 1.27.0 in the local maven cache. I did not have this problem before, I don't know where this is coming from, am I the only one experiencing that? -- 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]
