This is an automated email from the ASF dual-hosted git repository.

viirya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 84cccf7d docs: Add notes for IntelliJ code size limits for code 
inspections. (#985)
84cccf7d is described below

commit 84cccf7dba6be52dc7901c7e7fe47c51a9a5b35a
Author: Matt Butrovich <[email protected]>
AuthorDate: Mon Sep 30 21:06:18 2024 -0400

    docs: Add notes for IntelliJ code size limits for code inspections. (#985)
---
 docs/source/contributor-guide/development.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/source/contributor-guide/development.md 
b/docs/source/contributor-guide/development.md
index 2e802238..1d4b7f12 100644
--- a/docs/source/contributor-guide/development.md
+++ b/docs/source/contributor-guide/development.md
@@ -63,6 +63,12 @@ generating protobuf message classes for the JVM side. It's 
only required to run
 First make sure to install the Scala plugin in IntelliJ IDEA.
 After that, you can open the project in IntelliJ IDEA. The IDE should 
automatically detect the project structure and import as a Maven project.
 
+Comet uses generated source files that are too large for IntelliJ's default 
size limit for code inspections. To avoid IDE errors
+(missing definitions, etc.) caused by IntelliJ skipping these generated files, 
modify
+[IntelliJ's Platform 
Properties](https://intellij-support.jetbrains.com/hc/en-us/articles/206544869-Configuring-JVM-options-and-platform-properties)
+by going to `Help -> Edit Custom Properties...`. For example, adding 
`idea.max.intellisense.filesize=16384` increases the file
+size limit to 16 MB.
+
 ### CLion
 
 First make sure to install the Rust plugin in CLion or you can use the 
dedicated Rust IDE: RustRover.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to