GH-35369: [Docs] Fix reST markup around ref:IPC format <format-ipc>#38276
GH-35369: [Docs] Fix reST markup around ref:IPC format <format-ipc>#38276AlenkaF merged 8 commits intoapache:mainfrom
IPC format <format-ipc>#38276Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or In the case of PARQUET issues on JIRA the title also supports: See also: |
|
Could you read the auto-generated comment? And could you read our pull request template and follow it instead of remove it entirely without reading it? |
IPC format <format-ipc>' instead of ref:IPC <format-ipc>`
IPC format <format-ipc>' instead of ref:IPC <format-ipc>` IPC <format-ipc> to ref:`IPC format <format-ipc>'
kou
left a comment
There was a problem hiding this comment.
Could you check your change on local?
See also: https://arrow.apache.org/docs/developers/documentation.html#building-with-docker
I think that the following is the needed change:
diff --git a/docs/source/format/Glossary.rst b/docs/source/format/Glossary.rst
index 65d6e0afa..d0adc0cc3 100644
--- a/docs/source/format/Glossary.rst
+++ b/docs/source/format/Glossary.rst
@@ -174,7 +174,7 @@ Glossary
.. seealso:: :term:`data type`
record batch
- **In the :ref:`IPC format <format-ipc>`**: the primitive unit
+ **In the :ref:`IPC format <format-ipc>` **: the primitive unit
of data. A record batch consists of an ordered list of
:term:`buffers <buffer>` corresponding to a :term:`schema`.
docs/source/cpp/tables.rst
Outdated
|
|
||
| Record batches can be sent between implementations, such as via | ||
| :ref:`IPC <format-ipc>` or | ||
| :ref:`IPC format <format-ipc>` or |
There was a problem hiding this comment.
Is this really needed?
https://arrow.apache.org/docs/cpp/tables.html#record-batches renders correctly without this:
Record batches can be sent between implementations, such as via IPC or via ...
docs/source/developers/overview.rst
Outdated
| and writing various file formats, such as Parquet. | ||
| 2. Cross endian support (implementations will do byte reordering when | ||
| appropriate for :ref:`IPC <format-ipc>` and :ref:`Flight <flight-rpc>` | ||
| appropriate for :ref:`IPC format <format-ipc>` and :ref:`Flight <flight-rpc>` |
There was a problem hiding this comment.
ditto.
https://arrow.apache.org/docs/developers/overview.html#endianness
(implementations will do byte reordering when appropriate for IPC and...
| Data can be loaded into/unloaded from a VectorSchemaRoot via `VectorLoader`_ | ||
| and `VectorUnloader`_. They handle converting between VectorSchemaRoot and | ||
| `ArrowRecordBatch`_ (a representation of a RecordBatch :ref:`IPC <format-ipc>` | ||
| `ArrowRecordBatch`_ (a representation of a RecordBatch :ref:`IPC format <format-ipc>` |
There was a problem hiding this comment.
ditto.
https://arrow.apache.org/docs/java/vector_schema_root.html#vectorschemaroot
(a representation of a RecordBatch IPC message)
IPC <format-ipc> to ref:`IPC format <format-ipc>'IPC <format-ipc> to ref:`IPC format <format-ipc>'
|
hi, @kou i am trying to setup the project locally using the docker-compose.yml file by using the command "docker compose up -d" but this is error is showing up (Error response from daemon: manifest for amd64/maven:3.5.4-eclipse-temurin-8 not found: manifest unknown: manifest unknown) i think this version of amd64/maven is not in the registry .i tried pulling manually as well but still nothing can you help me out to solve this?i checked docker hub as well but this version of amd64/maven is not there. |
|
Hi @Divyansh200102 we use docker-compose as a utility to help us run different testing containers mainly for CI and some locally but we don't use |
|
BTW if you are trying to build the documentation locally here is the documentation: https://arrow.apache.org/docs/developers/documentation.html |
|
i am encountering this @raulcd |
|
Hi @Divyansh200102 , it seems to be failing on building pygit2 which is a dependency for Archery: I am not entirely sure what the problem is with the logs provided but you are probably using Python 3.12 and that's why there are no wheels available yet for them as seen on PyPI: https://pypi.org/project/pygit2/#files |
|
Please review the changes @kou |
IPC <format-ipc> to ref:`IPC format <format-ipc>'IPC <format-ipc> to ref:IPC format <format-ipc>
| Data can be loaded into/unloaded from a VectorSchemaRoot via `VectorLoader`_ | ||
| and `VectorUnloader`_. They handle converting between VectorSchemaRoot and | ||
| `ArrowRecordBatch`_ (a representation of a RecordBatch :ref:`IPC <format-ipc>` | ||
| `ArrowRecordBatch`_ (a representation of a RecordBatch :ref:`IPC <format-ipc>` |
There was a problem hiding this comment.
It seems that we don't need this:
https://arrow.apache.org/docs/java/vector_schema_root.html#vectorschemaroot
ArrowRecordBatch (a representation of a RecordBatch IPC message).
IPC <format-ipc> to ref:IPC format <format-ipc>IPC <format-ipc> to ref:IPC format <format-ipc>
IPC <format-ipc> to ref:IPC format <format-ipc>IPC format <format-ipc>
|
@github-actions crossbow submit preview-docs |
|
Revision: b934b66 Submitted crossbow builds: ursacomputing/crossbow @ actions-3dedf8ca9e
|
|
Hmm. The "IPC format" link markup is solved but the http://crossbow.voltrondata.com/pr_docs/38276/format/Glossary.html#term-record-batch
|
|
@AlenkaF Could you help us for reST markup? |
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
|
@github-actions crossbow submit preview-docs |
|
Revision: 8d294b7 Submitted crossbow builds: ursacomputing/crossbow @ actions-b2a30f86b0
|
|
@github-actions crossbow submit preview-docs |
|
Revision: 37e8fdc Submitted crossbow builds: ursacomputing/crossbow @ actions-04924a384c
|
IPC format <format-ipc>IPC format <format-ipc>
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 315e06a. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…mat-ipc>` (apache#38276) * Closes: apache#35369 Lead-authored-by: Divyansh200102 <divyanshkhatri200102@gmail.com> Co-authored-by: Divyansh200102 <146909065+Divyansh200102@users.noreply.github.com> Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com> Signed-off-by: AlenkaF <frim.alenka@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.