Commit 3cb667a
committed
Merge remote-tracking branch 'upstream/master' into disk_ann
* upstream/master: (33 commits)
[core] Fix merge adjacent files in DataEvolutionCompactCoordinator
[python] Rename list_tag to list_tags
[python] add list tag for TagManager (apache#7264)
[core][python] Introduce DataFileMeta.nonNullRowIdRange to unify codes
[python] with_shard should be evenly distributed for data evolution mode (apache#7271)
[core] Remove useless version in Varant
[core] Should work with Split in DataTableBatchScan
[core] Fix paimon_incremental_query with limit push down (apache#7269)
[rest] Improve RestCatalog OpenAPI nonce generation (apache#7270)
[cdc] Avoid sending empty schema change events to Schema Evolution (apache#7261)
[python] Fix avro write timestamp without timezone wrongly (apache#7259)
[doc] add doc for filter by _ROW_ID on data evolution (apache#7262)
[fs] Extract jindo dls to separate module (apache#7263)
[core] Add listTableDetails method to Catalog interface (apache#7266)
[python] Support filter by _ROW_ID for data evolution (apache#7252)
[Flink] Add sourceParallelismUpperBound metric for auto-scaling systems (apache#7117)
[github] Add whether it is an AI-generated tag in the PR template (apache#7257)
[core] Improve HttpClient error response handling (apache#7254)
[python] Light refactor: move _is_blob_file check into DataFileMeta (apache#7256)
[core] RowIdPredicateVisitor supports converting between statement (apache#7255)
...File tree
142 files changed
+4246
-718
lines changed- .github
- docs
- content
- append-table
- maintenance
- pypaimon
- layouts/shortcodes/generated
- paimon-api/src
- main/java/org/apache/paimon
- rest
- auth
- test/java/org/apache/paimon/rest/auth
- paimon-common/src
- main/java/org/apache/paimon
- data/variant
- predicate
- utils
- test/java/org/apache/paimon/predicate
- paimon-core/src
- main/java/org/apache/paimon
- append
- dataevolution
- catalog
- globalindex
- btree
- iceberg
- io
- manifest
- metastore
- operation
- commit
- rest
- table
- sink
- source
- utils
- test/java/org/apache/paimon
- rest
- table/sink
- paimon-filesystems
- paimon-jindodls
- src
- main
- java/org/apache/paimon/jindodls
- resources/META-INF/services
- test/java/org/apache/paimon/jindodls
- paimon-jindo
- src/main/resources/META-INF/services
- paimon-flink
- paimon-flink-cdc
- src/main/java/org/apache/paimon/flink/sink/cdc
- paimon-flink-common/src
- main
- java/org/apache/paimon/flink
- action
- btree
- compact
- procedure
- sink
- sorter
- source
- align
- resources/META-INF/services
- test
- java/org/apache/paimon/flink
- source
- align
- utils
- resources/META-INF/services
- paimon-python/pypaimon
- common
- options
- filesystem
- globalindex
- manifest
- schema
- read
- reader
- scanner
- snapshot
- table
- source
- tag
- tests
- e2e
- manifest
- table
- utils
- write
- paimon-spark
- paimon-spark-4.0
- paimon-spark-common/src/main/java/org/apache/paimon/spark/globalindex
- paimon-spark-ut/src/test/scala/org/apache/paimon/spark
- procedure
- sql
- paimon-vfs/paimon-vfs-hadoop/src/main/java/org/apache/paimon/vfs/hadoop
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
142 files changed
+4246
-718
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
125 | 143 | | |
126 | 144 | | |
127 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
394 | 400 | | |
395 | 401 | | |
396 | 402 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
101 | 111 | | |
102 | 112 | | |
103 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1452 | 1452 | | |
1453 | 1453 | | |
1454 | 1454 | | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
1455 | 1473 | | |
1456 | 1474 | | |
1457 | 1475 | | |
| |||
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
2204 | 2206 | | |
2205 | 2207 | | |
2206 | 2208 | | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
| 2214 | + | |
| 2215 | + | |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
2207 | 2233 | | |
2208 | 2234 | | |
2209 | 2235 | | |
| |||
3431 | 3457 | | |
3432 | 3458 | | |
3433 | 3459 | | |
| 3460 | + | |
| 3461 | + | |
| 3462 | + | |
| 3463 | + | |
| 3464 | + | |
| 3465 | + | |
| 3466 | + | |
| 3467 | + | |
| 3468 | + | |
| 3469 | + | |
| 3470 | + | |
| 3471 | + | |
3434 | 3472 | | |
3435 | 3473 | | |
3436 | 3474 | | |
| |||
Lines changed: 22 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
| 138 | + | |
146 | 139 | | |
| 140 | + | |
| 141 | + | |
147 | 142 | | |
148 | 143 | | |
149 | 144 | | |
| |||
228 | 223 | | |
229 | 224 | | |
230 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
231 | 244 | | |
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
423 | 445 | | |
424 | 446 | | |
425 | 447 | | |
| |||
0 commit comments