asolimando edited a comment on pull request #2267:
URL: https://github.com/apache/calcite/pull/2267#issuecomment-729599150
> One minor comment would be to see if we can enable the property by default
during tests so that we have better coverage. I guess it should be doable to
pass this to the gradle scripts somewhere. I can check it out when I will merge
the PR.
Thanks, that's indeed a good idea. So far none of the CI-profiles were
failing, so I guess we can activate the feature flag for all of them, and
disable it in the feature we add a JVM with the problematic symptoms.
Not sure where the best place to activate the flag is, but
`systemProperty("calcite.enable.enumerable.fieldIndexAccess", true)` looks like
the way to do it in Calcite's gradle scripts.
----------------------------------------------------------------
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]