ac8e69847659582e36c89fd52bb0856ab3bfbd21
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
org.apache.parquet:parquet-format:2.5.0 | |
org.apache.parquet:parquet-hadoop-bundle:1.8.3 | |
org.apache.parquet:parquet-common:1.10.0 | |
Updated | |
From org.apache.hbase:hbase-client 1.1.1-mapr-1602-m7-5.2.0 To 1.1.3 | |
From org.apache.parquet:parquet-hadoop 1.8.1-drill-r0 To 1.10.0 | |
From org.apache.hbase:hbase-client 1.1.3 To 1.1.1-mapr-1602-m7-5.2.0 | |
From org.apache.parquet:parquet-column 1.8.1-drill-r0 To 1.10.0 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable bb : ByteBuf to drillBuf : DrillBuf in method public release(byteBuffer ByteBuffer) : void in class org.apache.drill.exec.store.parquet.ParquetDirectByteBufferAllocator | From | To | |
Rename Variable bb : ByteBuf to drillBuf : DrillBuf in method public allocate(sz int) : ByteBuffer in class org.apache.drill.exec.store.parquet.ParquetDirectByteBufferAllocator | From | To | |
Rename Variable pageDataBuffer : ByteBuffer to in : ByteBufferInputStream in method public next() : boolean in class org.apache.drill.exec.store.parquet.columnreaders.PageReader | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable key : Key to byteBuffer : ByteBuffer in method public release(byteBuffer ByteBuffer) : void in class org.apache.drill.exec.store.parquet.ParquetDirectByteBufferAllocator | From | To | |
Change Variable Type | 4 | ||
Change Variable Type bb : ByteBuf to drillBuf : DrillBuf in method public allocate(sz int) : ByteBuffer in class org.apache.drill.exec.store.parquet.ParquetDirectByteBufferAllocator | From | To | |
Change Variable Type bb : ByteBuf to drillBuf : DrillBuf in method public release(byteBuffer ByteBuffer) : void in class org.apache.drill.exec.store.parquet.ParquetDirectByteBufferAllocator | From | To | |
Change Variable Type key : Key to byteBuffer : ByteBuffer in method public release(byteBuffer ByteBuffer) : void in class org.apache.drill.exec.store.parquet.ParquetDirectByteBufferAllocator | From | To | |
Change Variable Type pageDataBuffer : ByteBuffer to in : ByteBufferInputStream in method public next() : boolean in class org.apache.drill.exec.store.parquet.columnreaders.PageReader | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type allocatedBuffers : HashMap<Key,ByteBuf> to allocatedBuffers : Map<ByteBuffer,DrillBuf> in class org.apache.drill.exec.store.parquet.ParquetDirectByteBufferAllocator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter b : ByteBuffer to byteBuffer : ByteBuffer in method public release(byteBuffer ByteBuffer) : void in class org.apache.drill.exec.store.parquet.ParquetDirectByteBufferAllocator | From | To |