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

github-bot pushed a change to branch dependabot/cargo/main/object_store-0.10.1
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git


 discard 4939027  build(deps): bump object_store from 0.9.1 to 0.10.1
     add dfbb3ca  tsaucer/run TPC-H examples in CI (#711)
     add e029559  test: parametrize test_array_functions (#678)
     add 0d42e77  Use int64 for TPC-H keys and set input schema to not nullable 
(#714)
     add ea4a4dc  change version to 38.0.1 (#716)
     add ef88921  ci: add substrait feature to linux builds (#720)
     add 84c1195  Docs deploy action (#721)
     add 1d4743f  update deps (#723)
     add 6c7908c  build(deps): bump object_store from 0.9.1 to 0.10.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4939027)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/object_store-0.10.1 
(6c7908c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yml                        |  26 +-
 .github/workflows/conda.yml                        |   4 +-
 .github/workflows/dev.yml                          |   4 +-
 .github/workflows/docs.yaml                        |  21 +-
 .github/workflows/test.yaml                        |  26 +-
 Cargo.lock                                         | 782 ++++++++++-----------
 Cargo.toml                                         |   2 +-
 benchmarks/tpch/tpch-gen.sh                        |  13 +-
 examples/tpch/_tests.py                            | 111 +++
 examples/tpch/convert_data_to_parquet.py           |  48 +-
 examples/tpch/q01_pricing_summary_report.py        |  11 +-
 examples/tpch/q02_minimum_cost_supplier.py         |  14 +-
 examples/tpch/q03_shipping_priority.py             |  11 +-
 examples/tpch/q04_order_priority_checking.py       |   5 +-
 examples/tpch/q05_local_supplier_volume.py         |  13 +-
 examples/tpch/q06_forecasting_revenue_change.py    |   3 +-
 examples/tpch/q07_volume_shipping.py               |  11 +-
 examples/tpch/q08_market_share.py                  |  15 +-
 examples/tpch/q09_product_type_profit_measure.py   |  15 +-
 examples/tpch/q10_returned_item_reporting.py       |  13 +-
 .../tpch/q11_important_stock_identification.py     |   9 +-
 examples/tpch/q12_ship_mode_order_priority.py      |   5 +-
 examples/tpch/q13_customer_distribution.py         |   7 +-
 examples/tpch/q14_promotion_effect.py              |   7 +-
 examples/tpch/q15_top_supplier.py                  |   9 +-
 examples/tpch/q16_part_supplier_relationship.py    |  11 +-
 examples/tpch/q17_small_quantity_order.py          |   9 +-
 examples/tpch/q18_large_volume_customer.py         |   7 +-
 examples/tpch/q19_discounted_revenue.py            |  12 +-
 examples/tpch/q20_potential_part_promotion.py      |  15 +-
 examples/tpch/q21_suppliers_kept_orders_waiting.py |  11 +-
 examples/tpch/q22_global_sales_opportunity.py      |  14 +-
 conda/recipes/bld.bat => examples/tpch/util.py     |  19 +-
 python/datafusion/tests/test_functions.py          | 414 ++++++-----
 src/functions.rs                                   |   2 +
 35 files changed, 924 insertions(+), 775 deletions(-)
 create mode 100644 examples/tpch/_tests.py
 copy conda/recipes/bld.bat => examples/tpch/util.py (65%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to