|
Change Parameter Type compressedPages : List<DataPage> to compressedPages : List<ParquetDataPage> in method public ParquetPageReader(codec CompressionCodecName, compressedPages List<ParquetDataPage>, compressedDictionaryPage ParquetDictionaryPage) in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Parameter Type pages : List<DataPage> to pages : List<ParquetDataPage> in method private readDataPageV1(pageHeader PageHeader, uncompressedPageSize int, compressedPageSize int, pages List<ParquetDataPage>) : long in class com.facebook.presto.hive.parquet.reader.ParquetColumnChunk |
From |
To |
|
Change Parameter Type dictionaryPage : DictionaryPage to dictionaryPage : Optional<ParquetDictionaryPage> in method public ParquetDictionaryDescriptor(columnDescriptor ColumnDescriptor, dictionaryPage Optional<ParquetDictionaryPage>) in class com.facebook.presto.hive.parquet.predicate.ParquetDictionaryDescriptor |
From |
To |
|
Change Parameter Type pageReader : PageReader to pageReader : ParquetPageReader in method public setPageReader(pageReader ParquetPageReader) : void in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader |
From |
To |
|
Change Parameter Type pages : List<DataPage> to pages : List<ParquetDataPage> in method private readDataPageV2(pageHeader PageHeader, uncompressedPageSize int, compressedPageSize int, pages List<ParquetDataPage>) : long in class com.facebook.presto.hive.parquet.reader.ParquetColumnChunk |
From |
To |
|
Change Parameter Type dataEncoding : Encoding to dataEncoding : ParquetEncoding in method private initDataReader(dataEncoding ParquetEncoding, bytes byte[], offset int, valueCount int) : ValuesReader in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader |
From |
To |
|
Change Parameter Type bytes : BytesInput to slice : Slice in method private buildLevelRLEReader(maxLevel int, slice Slice) : ParquetLevelReader in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader |
From |
To |
|
Change Parameter Type compressedDictionaryPage : DictionaryPage to compressedDictionaryPage : ParquetDictionaryPage in method public ParquetPageReader(codec CompressionCodecName, compressedPages List<ParquetDataPage>, compressedDictionaryPage ParquetDictionaryPage) in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Parameter Type page : DataPageV1 to page : ParquetDataPageV1 in method private readPageV1(page ParquetDataPageV1) : ValuesReader in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader |
From |
To |
|
Change Parameter Type page : DataPageV2 to page : ParquetDataPageV2 in method private readPageV2(page ParquetDataPageV2) : ValuesReader in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader |
From |
To |
|
Change Parameter Type decompressor : BytesDecompressor to codec : CompressionCodecName in method public ParquetPageReader(codec CompressionCodecName, compressedPages List<ParquetDataPage>, compressedDictionaryPage ParquetDictionaryPage) in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Return Type ParquetColumnChunkPageReader to ParquetPageReader in method public readAllPages() : ParquetPageReader in class com.facebook.presto.hive.parquet.reader.ParquetColumnChunk |
From |
To |
|
Change Return Type DictionaryPage to Optional<ParquetDictionaryPage> in method public getDictionaryPage() : Optional<ParquetDictionaryPage> in class com.facebook.presto.hive.parquet.predicate.ParquetDictionaryDescriptor |
From |
To |
|
Change Return Type DictionaryPage to ParquetDictionaryPage in method public readDictionaryPage() : ParquetDictionaryPage in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Return Type DictionaryPage to ParquetDictionaryPage in method private readDictionaryPage(pageHeader PageHeader, uncompressedPageSize int, compressedPageSize int) : ParquetDictionaryPage in class com.facebook.presto.hive.parquet.reader.ParquetColumnChunk |
From |
To |
|
Change Return Type PageReader to ParquetPageReader in method public getPageReader() : ParquetPageReader in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader |
From |
To |
|
Change Return Type DictionaryPage to Optional<ParquetDictionaryPage> in method private readDictionaryPage(data byte[], codecName CompressionCodecName) : Optional<ParquetDictionaryPage> in class com.facebook.presto.hive.parquet.predicate.ParquetPredicateUtils |
From |
To |
|
Change Return Type DataPage to ParquetDataPage in method public readPage() : ParquetDataPage in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Return Type BytesInput to Slice in method private getSlice(size int) : Slice in class com.facebook.presto.hive.parquet.reader.ParquetColumnChunk |
From |
To |
|
Change Variable Type dictionaryPage : DictionaryPage to dictionaryPage : ParquetDictionaryPage in method public setPageReader(pageReader ParquetPageReader) : void in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader |
From |
To |
|
Change Variable Type dictionaryPage : DictionaryPage to dictionaryPage : Optional<ParquetDictionaryPage> in method public getDomain(type Type, dictionaryDescriptor ParquetDictionaryDescriptor) : Domain in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Change Variable Type dictionaryPage : DictionaryPage to dictionaryPage : ParquetDictionaryPage in method public readAllPages() : ParquetPageReader in class com.facebook.presto.hive.parquet.reader.ParquetColumnChunk |
From |
To |
|
Change Variable Type dataPageV2 : DataPageV2 to dataPageV2 : ParquetDataPageV2 in method public readPage() : ParquetDataPage in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Variable Type compressedPage : DataPage to compressedPage : ParquetDataPage in method public readPage() : ParquetDataPage in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Variable Type page : DataPage to page : ParquetDataPage in method public ParquetPageReader(codec CompressionCodecName, compressedPages List<ParquetDataPage>, compressedDictionaryPage ParquetDictionaryPage) in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Variable Type dictionaryPage : DictionaryPage to dictionaryPage : Optional<ParquetDictionaryPage> in method private getDictionariesByColumnOrdinal(blockMetadata BlockMetaData, dataSource ParquetDataSource, requestedSchema MessageType, effectivePredicate TupleDomain<HiveColumnHandle>) : Map<Integer,ParquetDictionaryDescriptor> in class com.facebook.presto.hive.parquet.predicate.ParquetPredicateUtils |
From |
To |
|
Change Variable Type dictionary : Dictionary to dictionary : ParquetDictionary in method public getDomain(type Type, dictionaryDescriptor ParquetDictionaryDescriptor) : Domain in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Change Variable Type dataPageV1 : DataPageV1 to dataPageV1 : ParquetDataPageV1 in method public readPage() : ParquetDataPage in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Variable Type pages : List<DataPage> to pages : List<ParquetDataPage> in method public readAllPages() : ParquetPageReader in class com.facebook.presto.hive.parquet.reader.ParquetColumnChunk |
From |
To |
|
Change Attribute Type compressedPages : List<DataPage> to compressedPages : List<ParquetDataPage> in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Attribute Type compressedDictionaryPage : DictionaryPage to compressedDictionaryPage : ParquetDictionaryPage in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Attribute Type dictionaryPage : DictionaryPage to dictionaryPage : Optional<ParquetDictionaryPage> in class com.facebook.presto.hive.parquet.predicate.ParquetDictionaryDescriptor |
From |
To |
|
Change Attribute Type page : DataPage to page : ParquetDataPage in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader |
From |
To |
|
Change Attribute Type decompressor : BytesDecompressor to codec : CompressionCodecName in class com.facebook.presto.hive.parquet.reader.ParquetPageReader |
From |
To |
|
Change Attribute Type pageReader : PageReader to pageReader : ParquetPageReader in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader |
From |
To |
|
Change Attribute Type dictionary : Dictionary to dictionary : ParquetDictionary in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader |
From |
To |