Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
7ff1855
feat(read): support file index and predicate pushdown for data evolut…
lxy-9602 Aug 19, 2026
ec85415
chore(build): reformat arrow.diff patch sections (#217)
lucasfang Aug 19, 2026
223e566
feat(prefetch): support read-ahead cache for Parquet reads (#209)
lucasfang Aug 19, 2026
c7f23c6
feat(parquet): support vector type storage (#198)
ChaomingZhangCN Aug 20, 2026
afc8471
fix: optimize shared-shredding read & fix ORC read-size estimation fo…
lszskye Aug 20, 2026
b0e411b
fix(parquet): pass ReadHints into VECTOR ParquetFileBatchReader tests…
ChaomingZhangCN Aug 20, 2026
8a110d4
feat(file-index): support writing file indexes (#210)
zjw1111 Aug 20, 2026
dbdce8f
perf(parquet): reuse leaf column index set across fields in page-filt…
zhf999 Aug 20, 2026
aa60634
perf(scan): lazily decode manifest bucket entries (#212)
gripleaf Aug 20, 2026
eafe14e
fix(build): repair singleton double-checked locking race and harden a…
u70b3 Aug 21, 2026
05d6497
fix(parquet): support nullable fixed-size lists for vector (#231)
lxy-9602 Aug 21, 2026
3b93d6a
fix(rest): support libcurl versions before 7.49 (#237)
wangyong9999 Aug 24, 2026
d602c2c
perf: avoid shared pointer contention in manifest and Avro decode (#239)
gripleaf Aug 24, 2026
15d079a
feat(realtime): improve append table lifecycle and query support (#213)
lxy-9602 Aug 24, 2026
6650b42
chore: remove required status checks in .asf.yaml (#241)
zjw1111 Aug 24, 2026
3a19320
feat(realtime): add primary-key in-memory writes
HaHaJeff Aug 19, 2026
789da66
feat(read): merge primary-key realtime memory with snapshots
HaHaJeff Aug 19, 2026
03ede35
test(realtime): cover primary-key realtime lifecycle
HaHaJeff Aug 19, 2026
3e25630
refactor(realtime): consolidate PK state and validation
HaHaJeff Aug 20, 2026
9f6c99d
fix(read): close PK realtime query readers
HaHaJeff Aug 20, 2026
15d7c91
fix(realtime): close rejected plugin readers
HaHaJeff Aug 20, 2026
2df7b78
fix(read): preserve PK reader metrics after close
HaHaJeff Aug 20, 2026
7148081
refactor(realtime): colocate PK realtime option validation
HaHaJeff Aug 20, 2026
8273045
test(realtime): improve primary key coverage
HaHaJeff Aug 20, 2026
728b97e
fix(realtime): prevent sequence reuse and align nested projections
HaHaJeff Aug 21, 2026
f3df0e3
fix(realtime): align PK reads across schema changes
HaHaJeff Aug 21, 2026
3358304
fix(realtime): align PK projections by field ID
HaHaJeff Aug 21, 2026
8d96153
refactor(mergetree): accept sorted key-value readers
HaHaJeff Aug 24, 2026
df322c1
feat(realtime): adapt prepared primary-key batches
HaHaJeff Aug 24, 2026
87e4548
refactor(realtime): prepare primary-key batches in framework
HaHaJeff Aug 24, 2026
ea90f89
refactor(realtime): simplify primary-key write preparation
HaHaJeff Aug 24, 2026
53f6b02
test(mergetree): reuse reader failure mock
HaHaJeff Aug 24, 2026
141099c
fix(realtime): preserve PK sequence across writer handoff
HaHaJeff Aug 24, 2026
a4f9a0c
refactor(realtime): simplify primary key merge readers
HaHaJeff Aug 24, 2026
d983089
fix(realtime): validate PK reader contracts
HaHaJeff Aug 24, 2026
a9aaa4e
refactor(realtime): simplify reader lifecycle cleanup
HaHaJeff Aug 24, 2026
8ab9817
fix(realtime): harden primary-key prepared batches
HaHaJeff Aug 24, 2026
75f959a
refactor(realtime): simplify primary-key contracts
HaHaJeff Aug 24, 2026
3f0efba
fix(realtime): strengthen primary-key recovery coverage
HaHaJeff Aug 24, 2026
83c03c7
test(realtime): strengthen failure recovery coverage
HaHaJeff Aug 25, 2026
c36dcf1
refactor(realtime): simplify primary key state and tests
HaHaJeff Aug 25, 2026
eab9c2f
test(realtime): simplify integration test setup
HaHaJeff Aug 25, 2026
3752406
fix(realtime): reject PK read-optimized scans
HaHaJeff Aug 25, 2026
c8d210f
fix(realtime): harden prepared store handling
HaHaJeff Aug 25, 2026
ff44419
refactor(realtime): simplify PK store boundary
HaHaJeff Aug 25, 2026
66e0b03
refactor(realtime): simplify PK offset coverage
HaHaJeff Aug 25, 2026
b2827df
refactor(realtime): simplify stores around framework-owned PK offsets
HaHaJeff Aug 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 1 addition & 33 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,39 +54,7 @@ github:
dismiss_stale_reviews: true
require_last_push_approval: true
required_approving_review_count: 1
required_status_checks:
- name: "pre-commit"
app_slug: -1
- name: "rat-license-check"
app_slug: -1
- name: "script-tests"
app_slug: -1
- name: "asan-ubsan-x86_64"
app_slug: -1
- name: "tsan-x86_64"
app_slug: -1
- name: "clang-debug-x86_64"
app_slug: -1
- name: "clang-release-x86_64"
app_slug: -1
- name: "gcc-debug-x86_64"
app_slug: -1
- name: "gcc-release-x86_64"
app_slug: -1
- name: "gcc-debug-aarch64"
app_slug: -1
- name: "gcc-release-aarch64"
app_slug: -1
- name: "clang-debug-aarch64"
app_slug: -1
- name: "asan-ubsan-aarch64"
app_slug: -1
- name: "clang-release-aarch64"
app_slug: -1
- name: "tsan-aarch64"
app_slug: -1
- name: "gcc8-test"
app_slug: -1

pull_requests:
allow_auto_merge: false
allow_update_branch: true
Expand Down
Loading
Loading