This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/asf-site by this push:
new bda2a0af Publish built docs triggered by
84cccf7dba6be52dc7901c7e7fe47c51a9a5b35a
bda2a0af is described below
commit bda2a0af1028ad0f6a090025202cd2362fd8d53d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 1 01:06:49 2024 +0000
Publish built docs triggered by 84cccf7dba6be52dc7901c7e7fe47c51a9a5b35a
---
_sources/contributor-guide/development.md.txt | 6 ++++++
contributor-guide/development.html | 5 +++++
searchindex.js | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/_sources/contributor-guide/development.md.txt
b/_sources/contributor-guide/development.md.txt
index 2e802238..1d4b7f12 100644
--- a/_sources/contributor-guide/development.md.txt
+++ b/_sources/contributor-guide/development.md.txt
@@ -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.
diff --git a/contributor-guide/development.html
b/contributor-guide/development.html
index a85c6271..db06f6de 100644
--- a/contributor-guide/development.html
+++ b/contributor-guide/development.html
@@ -425,6 +425,11 @@ generating protobuf message classes for the JVM side. It’s
only required to ru
<h3>IntelliJ IDEA<a class="headerlink" href="#intellij-idea" title="Link to
this heading">¶</a></h3>
<p>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.</p>
+<p>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
+<a class="reference external"
href="https://intellij-support.jetbrains.com/hc/en-us/articles/206544869-Configuring-JVM-options-and-platform-properties">IntelliJ’s
Platform Properties</a>
+by going to <code class="docutils literal notranslate"><span
class="pre">Help</span> <span class="pre">-></span> <span
class="pre">Edit</span> <span class="pre">Custom</span> <span
class="pre">Properties...</span></code>. For example, adding <code
class="docutils literal notranslate"><span
class="pre">idea.max.intellisense.filesize=16384</span></code> increases the
file
+size limit to 16 MB.</p>
</section>
<section id="clion">
<h3>CLion<a class="headerlink" href="#clion" title="Link to this
heading">¶</a></h3>
diff --git a/searchindex.js b/searchindex.js
index 6b830939..cff860b8 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Install Comet": [[9, "install-comet"]], "2.
Clone Spark and Apply Diff": [[9, "clone-spark-and-apply-diff"]], "3. Run Spark
SQL Tests": [[9, "run-spark-sql-tests"]], "ANSI mode": [[11, "ansi-mode"]],
"API Differences Between Spark Versions": [[0,
"api-differences-between-spark-versions"]], "ASF Links": [[10, null]], "Adding
Spark-side Tests for the New Expression": [[0,
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression":
[[0, [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Install Comet": [[9, "install-comet"]], "2.
Clone Spark and Apply Diff": [[9, "clone-spark-and-apply-diff"]], "3. Run Spark
SQL Tests": [[9, "run-spark-sql-tests"]], "ANSI mode": [[11, "ansi-mode"]],
"API Differences Between Spark Versions": [[0,
"api-differences-between-spark-versions"]], "ASF Links": [[10, null]], "Adding
Spark-side Tests for the New Expression": [[0,
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression":
[[0, [...]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]