Skip to content

Conversation

@mkmkme
Copy link
Collaborator

@mkmkme mkmkme commented Nov 13, 2025

More fixes for parquet reader v3, enable it in stateless tests

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Backport of ClickHouse#87600 by @al13n321.
This PR is currently stacked on the top of #1136 and should be merged after it.

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • Tiered Storage (2h)

More fixes for parquet reader v3, enable it in stateless tests
@Enmk Enmk changed the base branch from backports/antalya-25.8/87220 to antalya-25.8 November 17, 2025 21:20
@github-actions
Copy link

github-actions bot commented Nov 17, 2025

Workflow [PR], commit [c236f00]

@mkmkme
Copy link
Collaborator Author

mkmkme commented Nov 19, 2025

Sanitizer failures are quite interesting, looking at it

@arthurpassos
Copy link
Collaborator

This should fix:

Code: 10. DB::Exception: Not found column date: in block output_value Nullable(Float64) Nullable(size = 0, Float64(size = 0), UInt8(size = 0)). (NOT_FOUND_COLUMN_IN_BLOCK) (version 25.8.9.20238.altinityantalya (altinity build))

on

SELECT date, sum(output_value)
FROM s3('s3://aws-public-blockchain/v1.0/btc/transactions/date=*/*.parquet', NOSIGN)
WHERE date between '2025-01-01' and '2025-01-31'
GROUP by date SETTINGS use_hive_partitioning=1;

@Enmk Enmk merged commit fcb6ded into antalya-25.8 Nov 25, 2025
99 of 110 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants