GlutenPerfBot opened a new pull request, #13043:
URL: https://github.com/apache/gluten/pull/13043

   Upstream Velox's New Commits:
   
   ```
   fdfbc1c1a by Suryadev Sahadevan Rajesh, perf(encoding): Prune SubIntSplit 
boundary candidates (19010)
   447c01129 by Krishna Pai, misc!: Reconcile fbcode and GitHub source trees 
(19057)
   16a0305ea by Natasha Sehgal, feat: Add legacy_timestamp_with_timezone query 
config
   5bf9a8ba8 by RindsSchei225e, refactor(nimble): Remove the raw size stats 
consistency check (18898)
   07fd55cb3 by Suryadev Sahadevan Rajesh, perf(encoding): Skip constant 
SubIntSplit sections when decoding (19051)
   a597b2d39 by Maria Basmanova, feat(rpc): Look up RPC function signatures 
without stubs (19052)
   bf41c616b by abhinavmuk04, fix(trace): Redact credentials from task trace 
metadata (19053)
   3c38b3161 by Amit Dutta, refactor: Remove backward compatibility macro
   52986e2cb by kevinwilfong, fix(fuzzer): Parenthesize derived tables in 
DuckDB reference SQL (18931)
   3bcef3b0f by tanjialiang, refactor(serializer): Remove kLegacy nimble 
serialization format (18872)
   b08de36f0 by hu hengrui, perf: Prefetch in RowContainer::listRows on x86
   db3421f83 by Shruti Shivakumar, fix(cudf): Index BETWEEN column bounds 
correctly
   1074fc019 by Shruti Shivakumar, test(cudf): Disable CPU fallback in GPU tests
   b83ea4c16 by Ke, feat(fuzzer): Report query-shape coverage
   18bb55199 by Jimmy Lu, feat: Propagate worker count and splits through a 
nested fixed point (18958)
   c2366f300 by Suryadev Sahadevan Rajesh, perf(encoding): Direct-indexed 
frequency counting for narrow SubIntSplit segments (19009)
   e647cd3d1 by Suryadev Sahadevan Rajesh, perf(encoding): Trim constant bit 
planes before the SubIntSplit split DP (18908)
   584c4fa05 by Ke, feat(tablet): Add V2 chunk stats writer
   5c21e9f47 by Andrii Rosa, build: Bump FB_OS_VERSION to v2026.09.07.00 (18968)
   032350cc7 by Krishnakanth, fix(json): Collapse duplicate keys in json_parse 
(keep last) (18212)
   c30a0cdc5 by Suryadev Sahadevan Rajesh, feat(encoding): Zigzag-delta 
pre-transform for SubIntSplit (18803)
   ba26f411a by Xiaoxuan, perf(nimble): Optimize nullable materialization 
(19024)
   5efabda9b by HighW4y2H3ll, refactor: Use string_view data()+size() instead 
of end() with raw pointers
   43941fb64 by LingBin, fix(functions): Avoid string_view iterator-to-pointer 
use(libc++)
   b9956f766 by Wenxin Cheng, fix(wave): Fix kernel_ld_test build break from 
CUDA 13 cuCtxCreate_v4 signature
   e680a48ae by peterenescu, fix(sparksql): Support to_json template for 
disabling scalar check (19030)
   025d471ed by Deepthi Bose, feat(function): Update functions to support 
UNKNOWN type
   7ff6c21c7 by Andrii Rosa, build: Migrate S3 test storage from MinIO to 
pgsty/silo
   0e9f3babd by XiaoDu, fix(nimble): Apply layouts to predefined FlatMap keys 
(18970)
   e79a05ee7 by Jimmy Lu, feat: Convergence criterion as a plan sequence (18854)
   a917d59bb by tanjialiang, refactor(sequence): Migrate Sequence Storage 
callers off nimble kLegacy (18948)
   ec3ce27fe by Naveen Mahadevuni, refactor(iceberg): Add folly dependency to 
velox_hive_iceberg_test
   ae7e5b4be by Maria Basmanova, fix(expression): Extract filters through 
widening casts
   ee0d6ec79 by HighW4y2H3ll, refactor: Do not assume `std::string_view::end()` 
is a raw pointer
   0b7e4cf29 by HighW4y2H3ll, refactor: Compare `pos` against `data() + size()` 
instead of `std::string_view::end()`
   6d4fcd76d by Ke, feat(fuzzer): Add configuration coverage framework (19005)
   342ba1a02 by tanjialiang, perf(index): Devirtualize per-stream bufferRef, 
hoist locals in collectStripeStreamViews (18988)
   13de20e15 by Zac, feat(nimble): Add IndexLookup::KeyCursor for full-index 
scans
   0e156dca5 by tanjialiang, perf(tablet): Devirtualize 
StripeGroup::streamMajor readAt via dispatch helper (18987)
   ea8f4019c by RindsSchei225e, perf(nimble): Fuse the string size scan into 
the min/max scan
   b12ed29f1 by Bradley Dice, fix(dwio): Join cache executor before shutdown
   e3164fdfd by PRASHANT GOLASH, perf(nimble): Optimize FSST reader validation 
and output materialization (18937)
   48be91e65 by tanjialiang, perf(tablet): Persist DirectDataInput load-path 
scratch vectors (18986)
   208c508a9 by tanjialiang, perf(tablet): Guard DirectDataInput::load 
per-group sort with is_sorted (18985)
   ca9595f05 by tanjialiang, perf(encoding): MainlyConstant count skips 
Trivial<Bool> materialize (18984)
   99dbc8cca by Krishnakanth, fix(exec): Gate multi-operator plan-node stats by 
operator boundary
   059a0d648 by macduan, perf(nimble): Add a dense bulk visitor path for ALP 
decoding
   7ae3bfc58 by tanjialiang, perf(encoding): Reuse RLE sliceRuns scratch via 
ScopedVector + bufferPool (18983)
   a4de5771b by tanjialiang, perf(encoding): Slice BlockBitPacking offsets via 
SliceEncoding delta (18982)
   27fc77e37 by Mariam AlMesfer, fix(sparksql): Make 
unix_timestamp/to_unix_timestamp ANSI-aware
   cd2891814 by Yuxuan Chen, Use `string_view::data()` instead of `begin()` for 
the `memcpy` source
   f6105f168 by Yuxuan Chen, Use `data()` instead of 
`std::string_view::begin()` where a raw pointer is required
   38436f6fc by Kevin Tang, fix(geospatial): raise the bing tile zoom-span 
limit as a user error (18993)
   17fbf01d2 by Dong Wang, misc: Fix typos in FileSplitReader.h
   6bd17de0b by macduan, perf(dwio): Retrieves the ScanSpec directly  when 
creating column loaders
   04eccf71e by tanjialiang, fix(encoding): Handle zero-bit-width FBW in 
copyPackedBits
   563634c34 by tanjialiang, perf(encoding): Apply SliceEncoding value delta to 
sorted position streams (18979)
   d76ab551e by Shrinidhi Joshi, feat(exchange): Add file durable exchange 
backend (18871)
   ```
   
   velox_branch: https://github.com/IBM/velox/commits/dft-2026_09_17
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to