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 02487123 deploy: 8e6c0a9e784784f932345ee65f6d965f1cb1743e
02487123 is described below
commit 02487123e435480f039e7875bd7a14f212578139
Author: rdblue <[email protected]>
AuthorDate: Tue Jul 5 15:27:48 2022 +0000
deploy: 8e6c0a9e784784f932345ee65f6d965f1cb1743e
---
contribute/index.html | 40 +++++++++++++++++++++++++++++++++++++---
search.json | 2 +-
2 files changed, 38 insertions(+), 4 deletions(-)
diff --git a/contribute/index.html b/contribute/index.html
index fd9cb489..57b4ac27 100644
--- a/contribute/index.html
+++ b/contribute/index.html
@@ -9,9 +9,43 @@ experience as possible.</p><p>If you are thinking of
contributing but first woul
head over to the <a href=https://iceberg.apache.org/community/>Community</a>
page on the official Iceberg documentation site
to find a number of ways to connect with the community, including slack and
our mailing lists. Of course, always feel
free to just open a <a href=https://github.com/apache/iceberg/issues/new>new
issue</a> in the GitHub repo.</p><p>The Iceberg Project is hosted on GitHub at
<a
href=https://github.com/apache/iceberg>https://github.com/apache/iceberg</a>.</p><h2
id=pull-request-process>Pull Request Process</h2><p>The Iceberg community
prefers to receive contributions as <a
href=https://help.github.com/articles/about-pull-requests/>Github pull
requests</a>.</p><p><a href=https://github.com/apache/iceberg/pu [...]
-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 [...]
+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 [...]
+adding a Copyright profile:</p><ol><li><p>In the
<strong>Settings/Preferences</strong> dialog go to <strong>Editor → Copyright →
Copyright Profiles</strong>.</p></li><li><p>Add a new profile and name it
<strong>Apache</strong>.</p></li><li><p>Add the following text as the license
text:</p><pre tabindex=0><code>Licensed to the Apache Software Foundation (ASF)
under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+</code></pre></li><li><p>Go to <strong>Editor → Copyright</strong> and choose
the <strong>Apache</strong> profile as the default profile for this
+project.</p></li><li><p>Click <strong>Apply</strong>.</p></li></ol><h2
id=iceberg-code-contribution-guidelines>Iceberg Code Contribution
Guidelines</h2><h3 id=style>Style</h3><p>For Java styling, check out the section
<a
href=https://iceberg.apache.org/community/#setting-up-ide-and-code-style>Setting
up IDE and Code Style</a> from the
-documentation site.</p><p>For Python, please use the tox command <code>tox -e
format</code> to apply autoformatting to the project.</p><h3
id=java-style-guidelines>Java style guidelines</h3><h4 id=line-breaks>Line
breaks</h4><p>Continuation indents are 2 indents (4 spaces) from the start of
the previous line.</p><p>Try to break long lines at the same semantic level to
make code more readable.</p><ul><li>Don’t use the same level of
indentation for arguments to different methods</li> [...]
+documentation site.</p><p>For Python, please use the tox command <code>tox -e
format</code> to apply autoformatting to the project.</p><h3
id=copyright>Copyright</h3><p>Each file must include the Apache license
information as a header.</p><pre tabindex=0><code>Licensed to the Apache
Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+</code></pre><h3 id=java-style-guidelines>Java style guidelines</h3><h4
id=line-breaks>Line breaks</h4><p>Continuation indents are 2 indents (4 spaces)
from the start of the previous line.</p><p>Try to break long lines at the same
semantic level to make code more readable.</p><ul><li>Don’t use the same
level of indentation for arguments to different methods</li><li>Don’t use
the same level of indentation for arguments and chained methods</li></ul><div
class=highlight><pre tab [...]
</span></span></span><span style=display:flex><span><span
style=color:#75715e></span> doSomething<span style=color:#f92672>(</span><span
style=color:#66d9ef>new</span> ArgumentClass<span
style=color:#f92672>(</span>1<span style=color:#f92672>,</span>
</span></span><span style=display:flex><span> 2<span
style=color:#f92672>),</span>
</span></span><span style=display:flex><span> 3<span
style=color:#f92672>);</span>
@@ -66,7 +100,7 @@ The GitHub Issues feature of the <a
href=https://github.com/apache/iceberg-docs>
</span></span><span style=display:flex><span>rm -rf landing-page/content/common
</span></span><span style=display:flex><span>cp -r <path to iceberg
repo>/docs/versioned docs/content/docs
</span></span><span style=display:flex><span>cp -r <path to iceberg
repo>/docs/common landing-page/content/common
-</span></span></code></pre></div></div><div id=toc class=markdown-body><div
id=full><nav id=TableOfContents><ul><li><a href=#pull-request-process>Pull
Request Process</a></li><li><a href=#building-the-project-locally>Building the
Project Locally</a></li><li><a href=#setting-up-ide-and-code-style>Setting up
IDE and Code Style</a><ul><li><a
href=#configuring-code-formatter-for-intellij-idea>Configuring Code Formatter
for IntelliJ IDEA</a></li></ul></li><li><a href=#iceberg-code-contributio [...]
+</span></span></code></pre></div></div><div id=toc class=markdown-body><div
id=full><nav id=TableOfContents><ul><li><a href=#pull-request-process>Pull
Request Process</a></li><li><a href=#building-the-project-locally>Building the
Project Locally</a></li><li><a href=#setting-up-ide-and-code-style>Setting up
IDE and Code Style</a><ul><li><a
href=#configuring-code-formatter-for-intellij-idea>Configuring Code Formatter
for IntelliJ IDEA</a></li><li><a href=#configuring-copyright-for-intellij [...]
<script src=https://iceberg.apache.org//js/jquery.easing.min.js></script>
<script type=text/javascript
src=https://iceberg.apache.org//js/search.js></script>
<script src=https://iceberg.apache.org//js/bootstrap.min.js></script>
diff --git a/search.json b/search.json
index db478115..603313c2 100644
--- a/search.json
+++ b/search.json
@@ -1 +1 @@
-[{"categories":null,"content":" Downloads The latest version of Iceberg is
0.13.2.\n0.13.2 source tar.gz – signature – sha512 0.13.2 Spark 3.2 runtime Jar
0.13.2 Spark 3.1 runtime Jar 0.13.2 Spark 3.0 runtime Jar 0.13.2 Spark 2.4
runtime Jar 0.13.2 Flink 1.14 runtime Jar 0.13.2 Flink 1.13 runtime Jar 0.13.2
Flink 1.12 runtime Jar 0.13.2 Hive runtime Jar To use Iceberg in Spark or
Flink, download the runtime JAR for your engine version and add it to the jars
folder of your installation.\n [...]
\ No newline at end of file
+[{"categories":null,"content":" Downloads The latest version of Iceberg is
0.13.2.\n0.13.2 source tar.gz – signature – sha512 0.13.2 Spark 3.2 runtime Jar
0.13.2 Spark 3.1 runtime Jar 0.13.2 Spark 3.0 runtime Jar 0.13.2 Spark 2.4
runtime Jar 0.13.2 Flink 1.14 runtime Jar 0.13.2 Flink 1.13 runtime Jar 0.13.2
Flink 1.12 runtime Jar 0.13.2 Hive runtime Jar To use Iceberg in Spark or
Flink, download the runtime JAR for your engine version and add it to the jars
folder of your installation.\n [...]
\ No newline at end of file