3a29280aa600dd06922c1fbe0622008b1d7764df
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From io.airlift:slice 0.9 To 0.10-SNAPSHOT |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getOrcMaxReadSize(session ConnectorSession, defaultValue DataSize) : DataSize renamed to public getOrcMaxBufferSize(session ConnectorSession, defaultValue DataSize) : DataSize in class com.facebook.presto.hive.HiveSessionProperties | From | To | |
Rename Method public setOrcMaxReadSize(orcMaxReadSize DataSize) : HiveClientConfig renamed to public setOrcMaxBufferSize(orcMaxBufferSize DataSize) : HiveClientConfig in class com.facebook.presto.hive.HiveClientConfig | From | To | |
Rename Method public getOrcMaxReadSize() : DataSize renamed to public getOrcMaxBufferSize() : DataSize in class com.facebook.presto.hive.HiveClientConfig | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type sliceInput : BasicSliceInput to sliceInput : FixedLengthSliceInput in method public OrcInputStream(source String, sliceInput FixedLengthSliceInput, compressionKind CompressionKind, bufferSize int) in class com.facebook.presto.orc.stream.OrcInputStream | From | To | |
Rename Variable | 1 | ||
Rename Variable maxReadSizeString : String to maxBufferSizeString : String in method public getOrcMaxBufferSize(session ConnectorSession, defaultValue DataSize) : DataSize in class com.facebook.presto.hive.HiveSessionProperties | From | To | |
Change Return Type | 2 | ||
Change Return Type Map<K,Slice> to Map<K,FixedLengthSliceInput> in method public readFully(diskRanges Map<K,DiskRange>) : Map<K,FixedLengthSliceInput> in class com.facebook.presto.orc.OrcDataSource | From | To | |
Change Return Type Map<K,Slice> to Map<K,FixedLengthSliceInput> in method public readFully(diskRanges Map<K,DiskRange>) : Map<K,FixedLengthSliceInput> in class com.facebook.presto.orc.AbstractOrcDataSource | From | To | |
Rename Attribute | 5 | ||
Rename Attribute orcMaxReadSize : DataSize to orcMaxBufferSize : DataSize in class com.facebook.presto.hive.orc.DwrfPageSourceFactory | From | To | |
Rename Attribute maxReadSize : DataSize to maxBufferSize : DataSize in class com.facebook.presto.orc.AbstractOrcDataSource | From | To | |
Rename Attribute orcMaxReadSize : DataSize to orcMaxBufferSize : DataSize in class com.facebook.presto.hive.orc.OrcPageSourceFactory | From | To | |
Rename Attribute orcMaxReadSize : DataSize to orcMaxBufferSize : DataSize in class com.facebook.presto.hive.HiveClientConfig | From | To | |
Rename Attribute ORC_MAX_READ_SIZE : String to ORC_MAX_BUFFER_SIZE : String in class com.facebook.presto.hive.HiveSessionProperties | From | To | |
Change Variable Type | 3 | ||
Change Variable Type slices : ImmutableMap.Builder<K,Slice> to slices : ImmutableMap.Builder<K,FixedLengthSliceInput> in method private readSmallDiskRanges(diskRanges Map<K,DiskRange>) : Map<K,FixedLengthSliceInput> in class com.facebook.presto.orc.AbstractOrcDataSource | From | To | |
Change Variable Type slices : ImmutableMap.Builder<K,Slice> to slices : ImmutableMap.Builder<K,FixedLengthSliceInput> in method public readFully(diskRanges Map<K,DiskRange>) : Map<K,FixedLengthSliceInput> in class com.facebook.presto.orc.AbstractOrcDataSource | From | To | |
Change Variable Type streamsData : Map<StreamId,Slice> to streamsData : Map<StreamId,FixedLengthSliceInput> in method public readDiskRanges(stripeOffset long, diskRanges Map<StreamId,DiskRange>) : Map<StreamId,OrcInputStream> in class com.facebook.presto.orc.StripeReader | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type current : BasicSliceInput to current : FixedLengthSliceInput in class com.facebook.presto.orc.stream.OrcInputStream | From | To | |
Change Attribute Type compressedSliceInput : BasicSliceInput to compressedSliceInput : FixedLengthSliceInput in class com.facebook.presto.orc.stream.OrcInputStream | From | To | |
Extract Method | 1 | ||
Extract Method private readSmallDiskRanges(diskRanges Map<K,DiskRange>) : Map<K,FixedLengthSliceInput> extracted from public readFully(diskRanges Map<K,DiskRange>) : Map<K,Slice> in class com.facebook.presto.orc.AbstractOrcDataSource | From | To | |
Rename Parameter | 1 | ||
Rename Parameter orcMaxReadSize : DataSize to orcMaxBufferSize : DataSize in method public setOrcMaxBufferSize(orcMaxBufferSize DataSize) : HiveClientConfig in class com.facebook.presto.hive.HiveClientConfig | From | To |