File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,4 +70,4 @@ export PYARROW_TEST_S3
7070
7171# Testing PyArrow
7272pytest -r s ${PYTEST_ARGS} --pyargs pyarrow
73- pytest ${PYTEST_RST_ARGS}
73+ pytest ${PYTEST_RST_ARGS} ${arrow_dir} /docs/source/python
Original file line number Diff line number Diff 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 &&
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments