This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new 72aa7a1dd Website deployed from
calcite-avatica-go@18613c472167c1dfb76e1eaaf89434a7230a0897
72aa7a1dd is described below
commit 72aa7a1dda612963a9512056925704dbc814f38c
Author: F21 <[email protected]>
AuthorDate: Tue Feb 25 21:33:11 2025 +0000
Website deployed from
calcite-avatica-go@18613c472167c1dfb76e1eaaf89434a7230a0897
---
avatica/develop/avatica-go.html | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/avatica/develop/avatica-go.html b/avatica/develop/avatica-go.html
index f1808913b..14150f8d4 100755
--- a/avatica/develop/avatica-go.html
+++ b/avatica/develop/avatica-go.html
@@ -100,8 +100,7 @@
<ul id="markdown-toc">
<li><a href="#issues" id="markdown-toc-issues">Issues</a></li>
- <li><a href="#updating-protobuf-definitions"
id="markdown-toc-updating-protobuf-definitions">Updating protobuf
definitions</a></li>
- <li><a href="#live-reload-during-development"
id="markdown-toc-live-reload-during-development">Live reload during
development</a> <ul>
+ <li><a href="#updating-protobuf-definitions"
id="markdown-toc-updating-protobuf-definitions">Updating protobuf
definitions</a> <ul>
<li><a href="#set-up" id="markdown-toc-set-up">Set up</a></li>
</ul>
</li>
@@ -123,11 +122,6 @@ as the component.</p>
<li>From the root of the repository, run <code class="language-plaintext
highlighter-rouge">docker compose run compile-protobuf</code></li>
</ol>
-<h2 id="live-reload-during-development">Live reload during development</h2>
-<p>It is possible to reload the code in real-time during development. This
executes the test suite every time a <code class="language-plaintext
highlighter-rouge">.go</code> or
-<code class="language-plaintext highlighter-rouge">.mod</code> file is
updated. The test suite takes a while to run, so the tests will not complete
instantly, but live-reloading
-during development allows us to not have to manually execute the test suite on
save.</p>
-
<h3 id="set-up">Set up</h3>
<ol>
<li>