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

blaginin pushed a change to branch db/switch-to-runs-on-asf
in repository https://gitbox.apache.org/repos/asf/datafusion-sandbox.git


      at 7b33b57a6 Merge branch 'db/switch-to-runs-on' into 
db/switch-to-runs-on-asf

This branch includes the following new commits:

     new 412768873 Change GitHub actions dependabot schedule to weekly (#19981)
     new 0b60c588b chore(deps): bump setuptools from 80.9.0 to 80.10.1 in /docs 
(#19988)
     new 664758329 chore(deps): bump taiki-e/install-action from 2.66.7 to 
2.67.9 (#19987)
     new 853a61716 chore(deps): bump quote from 1.0.43 to 1.0.44 (#19992)
     new 355cae870 chore(deps): bump nix from 0.30.1 to 0.31.1 (#19991)
     new d590824ed chore(deps): bump sysinfo from 0.37.2 to 0.38.0 (#19990)
     new 03c2751f1 chore(deps): bump uuid from 1.19.0 to 1.20.0 (#19993)
     new e062ae505 minor: Fix doc about `write_batch_size` (#19979)
     new d1eea0755 Fix broken links in the documentation (#19964)
     new 8023947fa fix: maintain inner list nullability for `array_sort` 
(#19948)
     new 4d63f8c92 minor: Add favicon (#20000)
     new b6f752175 Do not require mut in memory reservation methods (#19759)
     new f8a22a51b docs: Fix some broken / missing links in the DataFusion 
documentation (#19958)
     new 50a3e138e Speedup statistics_from_parquet_metadata (#20004)
     new 8efc2b605 feat(spark): add `base64` and `unbase64` functions (#19968)
     new 27abe5a62 perf: improve performance of `array_remove`, 
`array_remove_n` and `array_remove_all` functions (#19996)
     new 6524d9193 minor: pull `uuid` into workspace dependencies (#19997)
     new cda642528 perf: Optimize ArrowBytesViewMap with direct view access 
(#19975)
     new 5c47d6d13 Fix ClickBench EventDate handling by casting UInt16 
days-since-epoch to DATE via `hits` view (#19881)
     new adddd4c32 fix: Make `generate_series` return an empty set with invalid 
ranges (#19999)
     new 073174b03 feat: Show the number of matched Parquet pages in 
`DataSourceExec` (#19977)
     new 8653851f5 feat(spark): Add `SessionStateBuilderSpark` to 
datafusion-spark (#19865)
     new 58fb6e19d feat(spark): implement `from/to_utc_timestamp` functions 
(#19880)
     new c560beeb1 perf: Optimize repeat function for scalar and array fast 
(#19976)
     new f5709e748 feat(spark): implement `StringView` for `SparkConcat` 
(#19984)
     new 52deee513 chore(deps): bump setuptools from 80.10.1 to 80.10.2 in 
/docs (#20022)
     new 82f27e9af refactor: extract pushdown test utilities to shared module 
(#20010)
     new af771970b chore(deps): bump taiki-e/install-action from 2.67.9 to 
2.67.13 (#20020)
     new aca716901 feat(spark): add unix date and timestamp functions (#19892)
     new 1a48d580c add more projection pushdown slt tests (#20015)
     new adb8c8a71 minor: Move metric `page_index_rows_pruned` to verbose level 
in `EXPLAIN ANALYZE` (#20026)
     new aae3e0f4a refactor: make PhysicalExprAdatperFactory::create fallible 
(#20017)
     new 41d48b3f6 feat: implement protobuf converter trait to allow control 
over serialization and deserialization processes (#19437)
     new f81906183 Tweak `adapter serialization` example (#20035)
     new bef1368c3 Simplify wait_complete function (#19937)
     new 0a68b81ad [main] Update version to `52.1.0`  (#19878) (#20028)
     new 81e972328 Fix/parquet opener page index policy (#19890)
     new 47bf17859 fix: return correct length array for scalar null input to 
`calculate_binary_math` (#19861)
     new 16368983b minor: add tests for coercible signature considering 
nulls/dicts/ree (#19459)
     new 5f9bacddc Enforce `clippy::allow_attributes` globally across workspace 
(#19576)
     new 4b31aaa14 Fix constant value from stats (#20042)
     new 568f19fa3 Simplify Spark `sha2` implementation (#19475)
     new a77e5a5c5 Further refactoring of type coercion function code (#19603)
     new 20d5f06a5 perf: Push down join key filters for LEFT/RIGHT/ANTI joins 
(#19918)
     new 36c0cda20 fix: respect DataFrameWriteOptions::with_single_file_output 
for paths without extensions (#19931)
     new 92f60ad51 docs: Automatically update DataFusion version in docs 
(#20001)
     new 8152b4443 feat: optimise copying in `left` for Utf8 and LargeUtf8 
(#19980)
     new 41bfb794c feat: support Spark-compatible abs math function part 2 - 
ANSI mode (#18828)
     new ed0a06018 replace private is_volatile_expression_tree with equivalent 
public is_volatile (#20056)
     new f997169b2 Improve documentation for ScalarUDFImpl::preimage (#20008)
     new 7c3ea0540 feat: add AggregateMode::PartialReduce for tree-reduce 
aggregation (#20019)
     new f0de02fd6 Use BooleanBufferBuilder rather than Vec<bool> in 
ArrowBytesViewMap (#20064)
     new cad38654c fix: correct weight handling in 
approx_percentile_cont_with_weight (#19941)
     new 2860adaf4 fix: The limit_pushdown physical optimization rule removes 
limits in some cases leading to incorrect results (#20048)
     new b50e1f755 chore: Add microbenchmark (compared to ExprOrExpr) (#20076)
     new 4a6365979 Minor: update tests in limit_pushdown.rs to insta (#20066)
     new a02e6836e Reduce number of traversals per node in 
`PhysicalExprSimplifier` (#20082)
     new bc4c24503 Automatically generate examples documentation adv (#19294) 
(#19750)
     new 9de192af2 docs: update data_types.md to reflect current Arrow type 
mappings (#20072)
     new f779e9668 perf: Optimize scalar path for chr function (#20073)
     new 379799596 perf: improve performance of `array_repeat` function (#20049)
     new 51c04754e Implement preimage for floor function to enable predicate 
pushdown (#20059)
     new c84937472 Refactor `iszero()` and `isnan()` to accept all numeric 
types (#20093)
     new 1a0c2e05c Use return_field_from_args in information schema and 
date_trunc (#20079)
     new 545c37fbc perf: optimise right for byte access and StringView (#20069)
     new 718334cae switch to runs-on
     new 7b33b57a6 Merge branch 'db/switch-to-runs-on' into 
db/switch-to-runs-on-asf

The 67 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Reply via email to