You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by gi...@apache.org on 2022/02/16 03:25:44 UTC

[iceberg-docs] branch asf-site updated: deploy: c0a6cc957014d543437151490fad5da850f9c27b

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/iceberg-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 043ad0a  deploy: c0a6cc957014d543437151490fad5da850f9c27b
043ad0a is described below

commit 043ad0a1ca1f849d3fc253990a072ed96e40bcef
Author: jackye1995 <ja...@users.noreply.github.com>
AuthorDate: Wed Feb 16 03:23:12 2022 +0000

    deploy: c0a6cc957014d543437151490fad5da850f9c27b
---
 community/index.html  | 10 ----------
 contribute/index.html | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/community/index.html b/community/index.html
index 313c153..522e557 100644
--- a/community/index.html
+++ b/community/index.html
@@ -115,16 +115,6 @@
 </ul>
 </li>
 </ul>
-<h2 id=setting-up-ide-and-code-style>Setting up IDE and Code Style</h2>
-<h3 id=configuring-code-formatter-for-intellij-idea>Configuring Code Formatter for IntelliJ IDEA</h3>
-<p>In the <strong>Settings/Preferences</strong> dialog go to <strong>Editor > Code Style > Java</strong>. Click on the gear wheel and select <strong>Import Scheme</strong> to import IntelliJ IDEA XML code style settings.
-Point to <a href=https://github.com/apache/iceberg/blob/master/.baseline/idea/intellij-java-palantir-style.xml>intellij-java-palantir-style.xml</a> and hit <strong>OK</strong> (you might need to enable <strong>Show Hidden Files and Directories</strong> in the dialog). The code itself can then be formatted via <strong>Code > Reformat Code</strong>.</p>
-<p>See also the IntelliJ <a href=https://www.jetbrains.com/help/idea/copying-code-style-settings.html>Code Style docs</a> and <a href=https://www.jetbrains.com/help/idea/reformat-and-rearrange-code.html>Reformat Code docs</a> for additional details.</p>
-<h2 id=running-benchmarks>Running Benchmarks</h2>
-<p>Some PRs/changesets might require running benchmarks to determine whether they are affecting the baseline performance. Currently there is
-no &ldquo;push a single button to get a performance comparison&rdquo; solution available, therefore one has to run JMH performance tests on their local machine and
-post the results on the PR.</p>
-<p>See <a href=../benchmarks>Benchmarks</a> for a summary of available benchmarks and how to run them.</p>
 </div>
 </body>
 </html>
\ No newline at end of file
diff --git a/contribute/index.html b/contribute/index.html
index 0ac73d8..d67f80d 100644
--- a/contribute/index.html
+++ b/contribute/index.html
@@ -114,6 +114,11 @@ free to just open a <a href=https://github.com/apache/iceberg/issues/new>new iss
 <li><code>iceberg-mr</code> contains an InputFormat and other classes for integrating with Apache Hive</li>
 <li><code>iceberg-pig</code> is an implementation of Pig&rsquo;s LoadFunc API for Iceberg</li>
 </ul>
+<h2 id=setting-up-ide-and-code-style>Setting up IDE and Code Style</h2>
+<h3 id=configuring-code-formatter-for-intellij-idea>Configuring Code Formatter for IntelliJ IDEA</h3>
+<p>In the <strong>Settings/Preferences</strong> dialog go to <strong>Editor > Code Style > Java</strong>. Click on the gear wheel and select <strong>Import Scheme</strong> to import IntelliJ IDEA XML code style settings.
+Point to <a href=https://github.com/apache/iceberg/blob/master/.baseline/idea/intellij-java-palantir-style.xml>intellij-java-palantir-style.xml</a> and hit <strong>OK</strong> (you might need to enable <strong>Show Hidden Files and Directories</strong> in the dialog). The code itself can then be formatted via <strong>Code > Reformat Code</strong>.</p>
+<p>See also the IntelliJ <a href=https://www.jetbrains.com/help/idea/copying-code-style-settings.html>Code Style docs</a> and <a href=https://www.jetbrains.com/help/idea/reformat-and-rearrange-code.html>Reformat Code docs</a> for additional details.</p>
 <h2 id=iceberg-code-contribution-guidelines>Iceberg Code Contribution Guidelines</h2>
 <h3 id=style>Style</h3>
 <p>For Java styling, check out the section
@@ -199,6 +204,11 @@ documentation site.</p>
 </ul>
 </li>
 </ol>
+<h2 id=running-benchmarks>Running Benchmarks</h2>
+<p>Some PRs/changesets might require running benchmarks to determine whether they are affecting the baseline performance. Currently there is
+no &ldquo;push a single button to get a performance comparison&rdquo; solution available, therefore one has to run JMH performance tests on their local machine and
+post the results on the PR.</p>
+<p>See <a href=../benchmarks>Benchmarks</a> for a summary of available benchmarks and how to run them.</p>
 <h2 id=website-and-documentation-updates>Website and Documentation Updates</h2>
 <p>Currently, there is an <a href=https://github.com/apache/iceberg-docs>iceberg-docs</a> repository
 which contains the HTML/CSS and other files needed for the <a href=https://iceberg.apache.org/>Iceberg website</a>.