dimas-b commented on code in PR #3396: URL: https://github.com/apache/polaris/pull/3396#discussion_r2699672628
########## runtime/defaults/src/main/resources/application.properties: ########## @@ -283,6 +297,8 @@ quarkus.arc.ignored-split-packages=\ ## Quarkus required setting for third party indexing # fixed at build-time +quarkus.index-dependency.agrona.group-id=org.agrona +quarkus.index-dependency.agrona.artifact-id=agrona Review Comment: Actually, in my local env. I experimented with commenting out _all_ of these index properties and I do not see any effect :) I propose to open a GH issue for a more in-depth investigation and removal of them later, on `main`. I can take that on my TODO list. WDYT? -- 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]
