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.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b8c8a49318 Publish built docs triggered by
221c85f4e451e624c55906bd44ab81868d50279c
b8c8a49318 is described below
commit b8c8a493186824eed77b536934c5454a05197538
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 10 12:40:30 2024 +0000
Publish built docs triggered by 221c85f4e451e624c55906bd44ab81868d50279c
---
_sources/contributor-guide/howtos.md.txt | 14 ++++++++++++++
contributor-guide/howtos.html | 14 ++++++++++++++
searchindex.js | 2 +-
3 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/_sources/contributor-guide/howtos.md.txt
b/_sources/contributor-guide/howtos.md.txt
index e4515cee42..e303c2a0f0 100644
--- a/_sources/contributor-guide/howtos.md.txt
+++ b/_sources/contributor-guide/howtos.md.txt
@@ -132,3 +132,17 @@ After you've confirmed your `taplo` version, you can
format all the `.toml` file
```bash
taplo fmt
```
+
+## How to update protobuf/gen dependencies
+
+The prost/tonic code can be generated by running `./regen.sh`, which in turn
invokes the Rust binary located in [gen](./gen)
+
+This is necessary after modifying the protobuf definitions or altering the
dependencies of [gen](./gen), and requires a
+valid installation of [protoc] (see [installation instructions] for details).
+
+```bash
+./regen.sh
+```
+
+[protoc]:
https://github.com/protocolbuffers/protobuf#protocol-compiler-installation
+[installation instructions]:
https://datafusion.apache.org/contributor-guide/getting_started.html#protoc-installation
diff --git a/contributor-guide/howtos.html b/contributor-guide/howtos.html
index 54784be30c..52a07609fc 100644
--- a/contributor-guide/howtos.html
+++ b/contributor-guide/howtos.html
@@ -540,6 +540,11 @@
files
</a>
</li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#how-to-update-protobuf-gen-dependencies">
+ How to update protobuf/gen dependencies
+ </a>
+ </li>
</ul>
</nav>
@@ -710,6 +715,15 @@ taplo<span class="w"> </span><span class="m">0</span>.9.0
</pre></div>
</div>
</section>
+<section id="how-to-update-protobuf-gen-dependencies">
+<h2>How to update protobuf/gen dependencies<a class="headerlink"
href="#how-to-update-protobuf-gen-dependencies" title="Link to this
heading">ΒΆ</a></h2>
+<p>The prost/tonic code can be generated by running <code class="docutils
literal notranslate"><span class="pre">./regen.sh</span></code>, which in turn
invokes the Rust binary located in <a class="reference internal"
href="#./gen"><span class="xref myst">gen</span></a></p>
+<p>This is necessary after modifying the protobuf definitions or altering the
dependencies of <a class="reference internal" href="#./gen"><span class="xref
myst">gen</span></a>, and requires a
+valid installation of <a class="reference external"
href="https://github.com/protocolbuffers/protobuf#protocol-compiler-installation">protoc</a>
(see <a class="reference external"
href="https://datafusion.apache.org/contributor-guide/getting_started.html#protoc-installation">installation
instructions</a> for details).</p>
+<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>./regen.sh
+</pre></div>
+</div>
+</section>
</section>
diff --git a/searchindex.js b/searchindex.js
index f1ad6f4a53..a74c49b1f2 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[47, "op-neq"]], "!~": [[47,
"op-re-not-match"]], "!~*": [[47, "op-re-not-match-i"]], "!~~": [[47, "id18"]],
"!~~*": [[47, "id19"]], "#": [[47, "op-bit-xor"]], "%": [[47, "op-modulo"]],
"&": [[47, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[9,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[47, "op-multiply"]], "+": [[47, "op-plus"]], "-": [[47, "op-minus"]], "/":
[[4 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[47, "op-neq"]], "!~": [[47,
"op-re-not-match"]], "!~*": [[47, "op-re-not-match-i"]], "!~~": [[47, "id18"]],
"!~~*": [[47, "id19"]], "#": [[47, "op-bit-xor"]], "%": [[47, "op-modulo"]],
"&": [[47, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[9,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[47, "op-multiply"]], "+": [[47, "op-plus"]], "-": [[47, "op-minus"]], "/":
[[4 [...]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]