|
Change Parameter Type includedColumns : Set<Integer> to includedColumns : Map<Integer,Type> in method public createRecordReader(orcReader OrcReader, includedColumns Map<Integer,Type>) : OrcRecordReader in class com.facebook.presto.raptor.storage.OrcTestingUtil |
From |
To |
|
Change Parameter Type includedColumns : Set<Integer> to includedColumns : Map<Integer,Type> in method public createRecordReader(includedColumns Map<Integer,Type>, predicate OrcPredicate, hiveStorageTimeZone DateTimeZone) : OrcRecordReader in class com.facebook.presto.orc.OrcReader |
From |
To |
|
Change Parameter Type includedColumns : Set<Integer> to includedColumns : Map<Integer,Type> in method private createStreamReaders(orcDataSource OrcDataSource, types List<OrcType>, hiveStorageTimeZone DateTimeZone, includedColumns Map<Integer,Type>) : StreamReader[] in class com.facebook.presto.orc.OrcRecordReader |
From |
To |
|
Change Parameter Type includedColumns : Set<Integer> to includedColumns : Map<Integer,Type> in method public createRecordReader(includedColumns Map<Integer,Type>, predicate OrcPredicate, offset long, length long, hiveStorageTimeZone DateTimeZone) : OrcRecordReader in class com.facebook.presto.orc.OrcReader |
From |
To |
|
Change Parameter Type includedColumns : Set<Integer> to includedColumns : Map<Integer,Type> in method public OrcRecordReader(includedColumns Map<Integer,Type>, predicate OrcPredicate, numberOfRows long, fileStripes List<StripeInformation>, fileStats List<ColumnStatistics>, stripeStats List<StripeStatistics>, orcDataSource OrcDataSource, splitOffset long, splitLength long, types List<OrcType>, compressionKind CompressionKind, bufferSize int, rowsInRowGroup int, hiveStorageTimeZone DateTimeZone, metadataReader MetadataReader) in class com.facebook.presto.orc.OrcRecordReader |
From |
To |
|
Change Variable Type includedColumns : ImmutableSet.Builder<Integer> to includedColumns : ImmutableMap.Builder<Integer,Type> in method public getPageSource(shardUuid UUID, columnIds List<Long>, columnTypes List<Type>, effectivePredicate TupleDomain<RaptorColumnHandle>) : ConnectorPageSource in class com.facebook.presto.raptor.storage.OrcStorageManager |
From |
To |
|
Change Variable Type includedColumns : ImmutableSet.Builder<Integer> to includedColumns : ImmutableMap.Builder<Integer,Type> in method public createOrcPageSource(metadataReader MetadataReader, configuration Configuration, path Path, start long, length long, columns List<HiveColumnHandle>, partitionKeys List<HivePartitionKey>, effectivePredicate TupleDomain<HiveColumnHandle>, hiveStorageTimeZone DateTimeZone, typeManager TypeManager, maxMergeDistance DataSize, maxBufferSize DataSize, streamBufferSize DataSize) : OrcPageSource in class com.facebook.presto.hive.orc.OrcPageSourceFactory |
From |
To |
|
Change Variable Type includedColumns : Set<Integer> to includedColumns : Map<Integer,Type> in method public createReader(dataSource OrcDataSource, columnIds List<Long>, types List<Type>) : OrcRecordReader in class com.facebook.presto.raptor.storage.OrcTestingUtil |
From |
To |