24a1d55398daa7d40c329abe0e346c1c1226ddc7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable newCount : Long to emptyCount : MutableLong in method public collect(rowGroupInfos List<RowGroupInfo>, parquetTableMetadata ParquetTableMetadataBase) : void in class org.apache.drill.exec.store.parquet.ParquetGroupScanStatistics | From | To | |
Change Variable Type | 1 | ||
Change Variable Type newCount : Long to emptyCount : MutableLong in method public collect(rowGroupInfos List<RowGroupInfo>, parquetTableMetadata ParquetTableMetadataBase) : void in class org.apache.drill.exec.store.parquet.ParquetGroupScanStatistics | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type columnValueCounts : Map<SchemaPath,Long> to columnValueCounts : Map<SchemaPath,MutableLong> in class org.apache.drill.exec.store.parquet.ParquetGroupScanStatistics | From | To |