8185a430c9cba8a984127949f7903cf24001cfd0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
org.anarres.lzo:lzo-hadoop:1.0.4 | |
Updated | |
From org.testng:testng 6.8.21 To 6.9.6 | |
From org.testng:testng 6.9.6 To 6.8.21 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable uncompressedStream : ByteArrayOutputStream to sliceOutput : DynamicSliceOutput in method private decompressGzip(input Slice, uncompressedSize int) : Slice in class com.facebook.presto.hive.parquet.ParquetCompressionUtils | From | To | |
Rename Variable inArray : byte[] to byteArray : byte[] in method private decompress(decompressor Decompressor, input Slice, inputOffset int, inputLength int, output byte[], outputOffset int) : int in class com.facebook.presto.hive.parquet.ParquetCompressionUtils | From | To | |
Extract Variable | 1 | ||
Extract Variable size : int in method public ParquetPageSource(parquetReader ParquetReader, dataSource ParquetDataSource, fileSchema MessageType, requestedSchema MessageType, totalBytes long, splitSchema Properties, columns List<HiveColumnHandle>, partitionKeys List<HivePartitionKey>, effectivePredicate TupleDomain<HiveColumnHandle>, hiveStorageTimeZone DateTimeZone, typeManager TypeManager, useParquetColumnNames boolean, path Path) from class com.facebook.presto.hive.parquet.ParquetPageSource | From | To | |
Change Variable Type | 1 | ||
Change Variable Type uncompressedStream : ByteArrayOutputStream to sliceOutput : DynamicSliceOutput in method private decompressGzip(input Slice, uncompressedSize int) : Slice in class com.facebook.presto.hive.parquet.ParquetCompressionUtils | From | To | |
Inline Variable | 1 | ||
Inline Variable rowCount : long in method private advanceToNextRowGroup() : boolean from class com.facebook.presto.hive.parquet.reader.ParquetReader | From | To | |
Extract Method | 8 | ||
Extract Method private readInt() : int extracted from public readBytes() : Binary in class com.facebook.presto.hive.parquet.dictionary.ParquetDictionaryReader | From | To | |
Extract Method private readInt() : int extracted from public readInteger() : int in class com.facebook.presto.hive.parquet.dictionary.ParquetDictionaryReader | From | To | |
Extract Method private readInt() : int extracted from public skip() : void in class com.facebook.presto.hive.parquet.dictionary.ParquetDictionaryReader | From | To | |
Extract Method private decompress(decompressor Decompressor, input Slice, inputOffset int, inputLength int, output byte[], outputOffset int) : int extracted from private decompressSnappy(input Slice, uncompressedSize int) : Slice in class com.facebook.presto.hive.parquet.ParquetCompressionUtils | From | To | |
Extract Method private readInt() : int extracted from public readValueDictionaryId() : int in class com.facebook.presto.hive.parquet.dictionary.ParquetDictionaryReader | From | To | |
Extract Method private readInt() : int extracted from public readFloat() : float in class com.facebook.presto.hive.parquet.dictionary.ParquetDictionaryReader | From | To | |
Extract Method private readInt() : int extracted from public readLong() : long in class com.facebook.presto.hive.parquet.dictionary.ParquetDictionaryReader | From | To | |
Extract Method private readInt() : int extracted from public readDouble() : double in class com.facebook.presto.hive.parquet.dictionary.ParquetDictionaryReader | From | To |