Commit f3e9f7c
committed
Restore deprecated static fromParquetColumnIndex shim
CI japicmp:cmp check failed: METHOD_REMOVED on the pre-PR signature
ParquetMetadataConverter.fromParquetColumnIndex(PrimitiveType, ColumnIndex).
Add it back as a @deprecated shim that delegates to the new
createdBy-aware instance method with createdBy=null. For non-INT96
types this falls through to the type-only writing-supported check
(same as pre-PR). For INT96 the null createdBy fails the allowlist
and returns null, which matches pre-PR behavior (INT96 had UNDEFINED
column order pre-PR, so it also returned null).1 parent 8b3e37a commit f3e9f7c
1 file changed
Lines changed: 12 additions & 0 deletions
File tree
- parquet-hadoop/src/main/java/org/apache/parquet/format/converter
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2575 | 2575 | | |
2576 | 2576 | | |
2577 | 2577 | | |
| 2578 | + | |
| 2579 | + | |
| 2580 | + | |
| 2581 | + | |
| 2582 | + | |
| 2583 | + | |
| 2584 | + | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
2578 | 2590 | | |
2579 | 2591 | | |
2580 | 2592 | | |
| |||
0 commit comments