Skip to content

Commit 896a226

Browse files
committed
Move location to python_test.sh, fix missing trailing space with ...
1 parent 8b470e1 commit 896a226

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/scripts/python_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ export PYARROW_TEST_S3
7070

7171
# Testing PyArrow
7272
pytest -r s ${PYTEST_ARGS} --pyargs pyarrow
73-
pytest ${PYTEST_RST_ARGS}
73+
pytest ${PYTEST_RST_ARGS} ${arrow_dir}/docs/source/python

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ services:
15301530
BUILD_DOCS_CPP: "ON"
15311531
BUILD_DOCS_PYTHON: "ON"
15321532
PYTEST_ARGS: "--doctest-modules --doctest-cython"
1533-
PYTEST_RST_ARGS: "--doctest-glob='*.rst' docs/source/python"
1533+
PYTEST_RST_ARGS: "--doctest-glob='*.rst'"
15341534
volumes: *conda-volumes
15351535
command:
15361536
["/arrow/ci/scripts/cpp_build.sh /arrow /build &&

docs/source/python/parquet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ such as the row groups and column chunk metadata and statistics:
307307
>>> metadata.row_group(0).column(0)
308308
<pyarrow._parquet.ColumnChunkMetaData object at ...>
309309
file_offset: 0
310-
file_path:
310+
file_path:...
311311
physical_type: DOUBLE
312312
num_values: 3
313313
path_in_schema: one

0 commit comments

Comments
 (0)