This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
from 34153b386 [core][spark] Support renaming nested columns in Spark
(#4489)
add c25eeef01 [core] Rename BitmapIndexResultLazy to BitmapIndexResult
No new revisions were added by this update.
Summary of changes:
.../paimon/fileindex/bitmap/BitmapFileIndex.java | 4 +-
...IndexResultLazy.java => BitmapIndexResult.java} | 23 ++---
.../bsi/BitSliceIndexBitmapFileIndex.java | 18 ++--
.../fileindex/bitmapindex/TestBitmapFileIndex.java | 34 +++---
.../bsi/BitSliceIndexBitmapFileIndexTest.java | 115 ++++++++++-----------
.../java/org/apache/orc/impl/RecordReaderImpl.java | 6 +-
.../apache/parquet/hadoop/ParquetFileReader.java | 6 +-
.../apache/paimon/spark/SparkFileIndexITCase.java | 12 +--
8 files changed, 104 insertions(+), 114 deletions(-)
rename
paimon-common/src/main/java/org/apache/paimon/fileindex/bitmap/{BitmapIndexResultLazy.java
=> BitmapIndexResult.java} (66%)