This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


    from 7c88ff89f chore(go/adbc): bump cloud.google.com/go/bigquery from 
1.66.0 to 1.66.2 in /go/adbc (#2511)
     add 2daf2263b docs: add stdout/stderr and index support to recipe 
directive (#2495)

No new revisions were added by this update.

Summary of changes:
 .gitattributes                                     |   1 +
 .github/workflows/native-unix.yml                  |  11 +
 ci/scripts/cpp_recipe.sh                           |   4 +-
 dev/release/rat_exclude_files.txt                  |   1 +
 docs/source/cpp/driver_example.rst                 |   2 -
 docs/source/cpp/quickstart.rst                     |   1 -
 docs/source/cpp/recipe/CMakeLists.txt              |  14 +-
 docs/source/cpp/recipe/quickstart.cc               |   9 +-
 docs/source/cpp/recipe/quickstart.cc.stdout.txt    |   4 +
 docs/source/cpp/recipe_driver/CMakeLists.txt       |   2 +
 docs/source/cpp/recipe_driver/driver_example.py    |   4 +-
 .../cpp/recipe_driver/driver_example.py.stdout.txt |   1 +
 docs/source/driver/flight_sql.rst                  |   1 -
 .../ext/sphinx_recipe/sphinx_recipe/__init__.py    | 131 +++-------
 .../ext/sphinx_recipe/sphinx_recipe/parser.py      | 279 +++++++++++++++++++++
 .../sphinx_recipe/sphinx_recipe/update_output.py   |  66 +++++
 docs/source/index.rst                              |   1 +
 .../python/recipe/driver_manager_lowlevel.py       |   2 +
 .../source/python/recipe/driver_manager_prepare.py |   2 +
 .../python/recipe/flightsql_dremio_connect.py      |   2 +
 .../python/recipe/postgresql_authenticate.py       |   5 +-
 .../recipe/postgresql_authenticate.py.stdout.txt   |   1 +
 .../recipe/postgresql_create_append_table.py       |   2 +
 .../recipe/postgresql_create_dataset_table.py      |   2 +
 .../python/recipe/postgresql_create_temp_table.py  |   2 +
 .../python/recipe/postgresql_execute_bind.py       |   2 +
 .../python/recipe/postgresql_get_query_schema.py   |   2 +
 .../python/recipe/postgresql_get_table_schema.py   |   2 +
 .../python/recipe/postgresql_list_catalogs.py      |   2 +
 docs/source/python/recipe/postgresql_pandas.py     |   2 +
 docs/source/python/recipe/postgresql_polars.py     |   2 +
 docs/source/python/recipe/postgresql_pool.py       |   2 +
 docs/source/tests/test_cookbook.py                 |  77 +++++-
 33 files changed, 516 insertions(+), 125 deletions(-)
 create mode 100644 docs/source/cpp/recipe/quickstart.cc.stdout.txt
 create mode 100644 docs/source/cpp/recipe_driver/driver_example.py.stdout.txt
 create mode 100644 docs/source/ext/sphinx_recipe/sphinx_recipe/parser.py
 create mode 100644 docs/source/ext/sphinx_recipe/sphinx_recipe/update_output.py
 create mode 100644 
docs/source/python/recipe/postgresql_authenticate.py.stdout.txt

Reply via email to