Skip to content

Commit

Permalink
Website deployed from calcite-avatica@1f0f0c1c56b35c4524564a126f1db52…
Browse files Browse the repository at this point in the history
…5437a130b
  • Loading branch information
michaelmior committed Apr 26, 2022
1 parent 51f66c1 commit 59a1f7f
Show file tree
Hide file tree
Showing 50 changed files with 820 additions and 7,473 deletions.
6,066 changes: 0 additions & 6,066 deletions avatica/assets/css/style.css

This file was deleted.

1,796 changes: 502 additions & 1,294 deletions avatica/css/screen.css

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions avatica/css/screen.css.map

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions avatica/develop/avatica-go.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Developing the Avatica Go Client</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -187,7 +187,11 @@ <h3 id="manual-set-up">Manual set up</h3>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
19 changes: 8 additions & 11 deletions avatica/develop/avatica.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Developing Avatica</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -88,7 +88,6 @@ <h1>Developing Avatica</h1>
<li><a href="#source-code" id="markdown-toc-source-code">Source code</a></li>
<li><a href="#download-source-build-and-run-tests" id="markdown-toc-download-source-build-and-run-tests">Download source, build, and run tests</a></li>
<li><a href="#contributing" id="markdown-toc-contributing">Contributing</a></li>
<li><a href="#continuous-integration-testing" id="markdown-toc-continuous-integration-testing">Continuous Integration Testing</a></li>
<li><a href="#getting-started" id="markdown-toc-getting-started">Getting started</a></li>
</ul>

Expand Down Expand Up @@ -139,21 +138,15 @@ <h2 id="contributing">Contributing</h2>

<figure class="highlight"><pre><code class="language-text" data-lang="text">[CALCITE-345] AssertionError in RexToLixTranslator comparing to date literal</code></pre></figure>

<p>If your change had multiple commits, use <code class="language-plaintext highlighter-rouge">git rebase -i master</code> to
<p>If your change had multiple commits, use <code class="language-plaintext highlighter-rouge">git rebase -i main</code> to
squash them into a single commit, and to bring your code up to date
with the latest on the main line.</p>

<p>Then push your commit(s) to github, and create a pull request from
your branch to the calcite master branch. Update the JIRA case
your branch to the calcite main branch. Update the JIRA case
to reference your pull request, and a committer will review your
changes.</p>

<h2 id="continuous-integration-testing">Continuous Integration Testing</h2>

<p>Calcite has a collection of Jenkins jobs on ASF-hosted infrastructure.
They are all organized in a single view and available at
<a href="https://builds.apache.org/view/A-D/view/Calcite/job/Calcite-Avatica-Master/">https://builds.apache.org/view/A-D/view/Calcite/job/Calcite-Avatica-Master/</a>.</p>

<h2 id="getting-started">Getting started</h2>

<p>Calcite is a community, so the first step to joining the project is to introduce yourself.
Expand Down Expand Up @@ -197,7 +190,11 @@ <h2 id="getting-started">Getting started</h2>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
8 changes: 6 additions & 2 deletions avatica/develop/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Developing Avatica Components</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -126,7 +126,11 @@ <h1>Developing Avatica Components</h1>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
8 changes: 6 additions & 2 deletions avatica/docs/client_reference.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Client Reference</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -1129,7 +1129,11 @@ <h4>Avatica Go Client Meta</h4>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
20 changes: 12 additions & 8 deletions avatica/docs/compatibility.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Compatibility</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -710,7 +710,7 @@ <h1>Compatibility</h1>

<h2 id="avatica-technology-compatibility-kit-tck">Avatica Technology Compatibility Kit (TCK)</h2>

<p>The <a href="https://github.com/apache/calcite-avatica/tree/master/tck">Avatica TCK project</a> is a framework designed to automatically
<p>The <a href="https://github.com/apache/calcite-avatica/tree/main/tck">Avatica TCK project</a> is a framework designed to automatically
test an Avatica client against an Avatica server. A collection of JUnit tests,
a YAML configuration file, and a Ruby script defines the TCK.
The JUnit tests invoke specific portions of both the client and
Expand All @@ -728,16 +728,16 @@ <h2 id="avatica-technology-compatibility-kit-tck">Avatica Technology Compatibili
</ol>

<p>Users of the TCK define the collection of versions (defined by the above
information) and the location of the <a href="https://github.com/apache/calcite-avatica/tree/master/tck">avatica-tck</a> jar by a YAML
configuration file. An <a href="https://github.com/apache/calcite-avatica/tree/master/tck/src/main/resources/example_config.yml">example YAML configuration file</a> is
information) and the location of the <a href="https://github.com/apache/calcite-avatica/tree/main/tck">avatica-tck</a> jar by a YAML
configuration file. An <a href="https://github.com/apache/calcite-avatica/tree/main/tck/src/main/resources/example_config.yml">example YAML configuration file</a> is
bundled with the project.</p>

<p>Traditionally, Avatica does not provide any implementation of the Avatica server
as the value in Avatica is recognized in the integrating project (e.g. Apache
Drill or Apache Phoenix). However, for the purposes of compatibility testing, it
makes sense that Avatica provides a standalone server instance. A new artifact
is introduced to Avatica with the original TCK codebase called
<a href="https://github.com/apache/calcite-avatica/tree/master/standalone-server">avatica-standalone-server</a>. This artifact is a
<a href="https://github.com/apache/calcite-avatica/tree/main/standalone-server">avatica-standalone-server</a>. This artifact is a
runnable jar (e.g. <code class="language-plaintext highlighter-rouge">java -jar</code>) which starts an instance of the Avatica server
on a random port using the in-memory <a href="http://hsqldb.org/">HSQLDB database</a>. This
artifacts makes it extremely simple to start a version of the Avatica server for
Expand Down Expand Up @@ -770,11 +770,11 @@ <h2 id="avatica-technology-compatibility-kit-tck">Avatica Technology Compatibili
test is written with specific knowledge about past bugs in Avatica itself. While
Avatica tries to handle all of these edge cases implicitly, it is not always
feasible or desirable to do so. Adding new test cases is as easy as writing a
JUnit test case in the <a href="https://github.com/apache/calcite-avatica/tree/master/tck/src/main/java/org/apache/calcite/avatica/tck/tests">TCK module</a>, but there is presently no
JUnit test case in the <a href="https://github.com/apache/calcite-avatica/tree/main/tck/src/main/java/org/apache/calcite/avatica/tck/tests">TCK module</a>, but there is presently no
automation around verifying the test cases as a part of the Maven build.</p>

<p>For more information on running this TCK, including specific instructions for
running the TCK, reference the provided <a href="https://github.com/apache/calcite-avatica/tree/master/tck/README.md">README</a> file.</p>
running the TCK, reference the provided <a href="https://github.com/apache/calcite-avatica/tree/main/tck/README.md">README</a> file.</p>



Expand Down Expand Up @@ -1055,7 +1055,11 @@ <h4>Avatica Go Client Meta</h4>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
8 changes: 6 additions & 2 deletions avatica/docs/custom_client_artifacts.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Custom Client Artifacts</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -1088,7 +1088,11 @@ <h4>Avatica Go Client Meta</h4>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
8 changes: 6 additions & 2 deletions avatica/docs/docker.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Docker Images</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -1110,7 +1110,11 @@ <h4>Avatica Go Client Meta</h4>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
8 changes: 6 additions & 2 deletions avatica/docs/go_client_reference.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Go Client Reference</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -1222,7 +1222,11 @@ <h4>Avatica Go Client Meta</h4>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
8 changes: 6 additions & 2 deletions avatica/docs/go_history.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Go Client History</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -1280,7 +1280,11 @@ <h4>Avatica Go Client Meta</h4>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
8 changes: 6 additions & 2 deletions avatica/docs/go_howto.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>HOWTO</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -1273,7 +1273,11 @@ <h4>Avatica Go Client Meta</h4>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
8 changes: 6 additions & 2 deletions avatica/docs/history.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>History</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -2061,7 +2061,11 @@ <h4>Avatica Go Client Meta</h4>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down
14 changes: 9 additions & 5 deletions avatica/docs/howto.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>HOWTO</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.9.2">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/avatica/css/screen.css">
<link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
Expand Down Expand Up @@ -904,7 +904,7 @@ <h2 id="making-a-release-candidate-for-calcite-committers">Making a release cand
<li>Check that <code class="language-plaintext highlighter-rouge">NOTICE</code> has the current copyright year.</li>
<li>Check that <code class="language-plaintext highlighter-rouge">calcite.avatica.version</code> has the proper value in <code class="language-plaintext highlighter-rouge">/gradle.properties</code>.</li>
<li>Add release notes to <code class="language-plaintext highlighter-rouge">site/_docs/history.md</code>. If release notes already exist for the version to be released, but
are commented out, remove the comments (``). Include the commit history,
are commented out, remove the comments (<code class="language-plaintext highlighter-rouge">{% comment %}</code> and <code class="language-plaintext highlighter-rouge">{% endcomment %}</code>). Include the commit history,
names of people who contributed to the release, and say which versions of Java, Guava and operating systems the
release is tested against.</li>
<li>Generate a report of vulnerabilities that occur among dependencies,
Expand Down Expand Up @@ -1178,7 +1178,7 @@ <h3 id="publishing-a-release-using-docker">Publishing a release using docker</h3
<h2 id="add-release-notes-and-announce-the-release">Add release notes and announce the release</h2>

<p>Add a release note by copying
<a href="https://github.com/apache/calcite-avatica/tree/master/site/_posts/2016-11-01-release-1.9.0.md">site/_posts/2016-11-01-release-1.9.0.md</a>,
<a href="https://github.com/apache/calcite-avatica/tree/main/site/_posts/2016-11-01-release-1.9.0.md">site/_posts/2016-11-01-release-1.9.0.md</a>,
update the version number in <code class="language-plaintext highlighter-rouge">gradle.properties</code>,
generate the javadoc and copy to <code class="language-plaintext highlighter-rouge">site/target/avatica/javadocAggregate</code>,
<a href="#publish-the-web-site">publish the site</a>,
Expand All @@ -1193,7 +1193,7 @@ <h2 id="add-release-notes-and-announce-the-release">Add release notes and announ
<h2 id="publish-the-web-site">Publishing the web site (for Calcite committers)</h2>

<p>See instructions in
<a href="https://github.com/apache/calcite-avatica/tree/master/site/README.md">site/README.md</a>.</p>
<a href="https://github.com/apache/calcite-avatica/tree/main/site/README.md">site/README.md</a>.</p>



Expand Down Expand Up @@ -1467,7 +1467,11 @@ <h4>Avatica Go Client Meta</h4>
under the terms of
the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
trademarks of the Apache Software Foundation.</p>
trademarks of the Apache Software Foundation.
</p>
<p>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
</p>
</div>
</footer>

Expand Down

0 comments on commit 59a1f7f

Please sign in to comment.