advancedxy opened a new issue, #214: URL: https://github.com/apache/arrow-datafusion-comet/issues/214
### What is the problem the feature request solves? I just noticed that the generated `ExprOuterClass.java` is too large(~2.61MB), which makes IntelliJ IDEA stops indexing on that file. <img width="1349" alt="image" src="https://github.com/apache/arrow-datafusion-comet/assets/807537/9e271e1b-ed12-40e0-831c-ce8e0aa97f55"> I think we should consider split the `expr.proto` into multiple files and reduces the generated code file length? ### Describe the potential solution 1. split the expr.proto into multiple files 2. a temporary workaround, set IDEA's advanced property: `idea.max.intellisense.filesize` to a larger than, such as 9999 may work around this issue. For how to set this properties, please refer https://www.jetbrains.com/help/idea/tuning-the-ide.html#c61775a4_106 cc @sunchao @viirya ### Additional context _No response_ -- 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]
