gh-yzou opened a new pull request, #1333: URL: https://github.com/apache/polaris/pull/1333
Intelij gives following warnings during sync ``` Multiple projects in this build have project directory '/Users/yzou/polaris/plugins/spark/v3.5': [:polaris-spark-3.5_2.12, :polaris-spark-3.5_2.13] ``` And Intelij dependency analysis also fails with same error. Further more, the stylecheck and spotless check are unnecessary for duplicated projects, and may cause problem. Here, we fix the problem by only loading one project for the spark plugin during IDE usage. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org