3209886a8548eea4a2f74c059542672f8665b8d2
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private populatePartitionVectors() : void renamed to private populateImplicitVectors() : void in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Rename Method private addPartitionVectors() : void renamed to private addImplicitVectors() : void in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type partitionColumns : List<String[]> to implicitColumns : List<Map<String,String>> in method public ScanBatch(subScanConfig PhysicalOperator, context FragmentContext, oContext OperatorContext, readers Iterator<RecordReader>, implicitColumns List<Map<String,String>>) in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Rename Variable | 4 | ||
Rename Variable newColumns : List<SchemaPath> to mapWithMaxColumns : Map<String,String> in method public getBatch(context FragmentContext, rowGroupScan ParquetRowGroupScan, children List<RecordBatch>) : ScanBatch in class org.apache.drill.exec.store.parquet.ParquetScanBatchCreator | From | To | |
Rename Variable i : int to column : String in method private addImplicitVectors() : void in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Rename Variable numParts : int to mapWithMaxColumns : Map<String,String> in method package getReaderBatch(context FragmentContext, scan EasySubScan) : CloseableRecordBatch in class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin | From | To | |
Rename Variable p : Partition to values : List<String> in method public getBatch(context FragmentContext, config HiveDrillNativeParquetSubScan, children List<RecordBatch>) : ScanBatch in class org.apache.drill.exec.store.hive.HiveDrillNativeScanBatchCreator | From | To | |
Merge Variable | 1 | ||
Merge Variable [partitionColumns : List<String[]>, selectedPartitionColumns : List<Integer>] to implicitColumns : List<Map<String,String>> in method public getBatch(context FragmentContext, rowGroupScan ParquetRowGroupScan, children List<RecordBatch>) : ScanBatch in class org.apache.drill.exec.store.parquet.ParquetScanBatchCreator | From | To | |
Rename Attribute | 3 | ||
Rename Attribute partitionValues : String[] to implicitValues : Map<String,String> in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Rename Attribute partitionVectors : List<ValueVector> to implicitVectors : Map<String,ValueVector> in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Rename Attribute partitionColumns : Iterator<String[]> to implicitColumns : Iterator<Map<String,String>> in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Extract Variable | 1 | ||
Extract Variable recordReader : RecordReader in method package getReaderBatch(context FragmentContext, scan EasySubScan) : CloseableRecordBatch from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin | From | To | |
Change Variable Type | 4 | ||
Change Variable Type p : Partition to values : List<String> in method public getBatch(context FragmentContext, config HiveDrillNativeParquetSubScan, children List<RecordBatch>) : ScanBatch in class org.apache.drill.exec.store.hive.HiveDrillNativeScanBatchCreator | From | To | |
Change Variable Type numParts : int to mapWithMaxColumns : Map<String,String> in method package getReaderBatch(context FragmentContext, scan EasySubScan) : CloseableRecordBatch in class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin | From | To | |
Change Variable Type newColumns : List<SchemaPath> to mapWithMaxColumns : Map<String,String> in method public getBatch(context FragmentContext, rowGroupScan ParquetRowGroupScan, children List<RecordBatch>) : ScanBatch in class org.apache.drill.exec.store.parquet.ParquetScanBatchCreator | From | To | |
Change Variable Type i : int to column : String in method private addImplicitVectors() : void in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Inline Variable | 1 | ||
Inline Variable id : int in method public getBatch(context FragmentContext, rowGroupScan ParquetRowGroupScan, children List<RecordBatch>) : ScanBatch from class org.apache.drill.exec.store.parquet.ParquetScanBatchCreator | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type partitionColumns : Iterator<String[]> to implicitColumns : Iterator<Map<String,String>> in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Change Attribute Type partitionValues : String[] to implicitValues : Map<String,String> in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Change Attribute Type partitionVectors : List<ValueVector> to implicitVectors : Map<String,ValueVector> in class org.apache.drill.exec.physical.impl.ScanBatch | From | To | |
Rename Parameter | 1 | ||
Rename Parameter partitionColumns : List<String[]> to implicitColumns : List<Map<String,String>> in method public ScanBatch(subScanConfig PhysicalOperator, context FragmentContext, oContext OperatorContext, readers Iterator<RecordReader>, implicitColumns List<Map<String,String>>) in class org.apache.drill.exec.physical.impl.ScanBatch | From | To |