Yifan Cai; Francisco Guerrero all time


 2 Collaborator
James Berragan , jberragan

 2 Review
972535d0f7cd828b7e0e40706adbe8897a436a5d, abce3c83fb5db8cc79edb68b247ab25582a0e9a8

972535d0f7cd828b7e0e40706adbe8897a436a5d | Author: jberragan <jberragan@gmail.com>
 | 2024-09-17 15:52:45-07:00

    CASSANDRA-19927: Remove old compression cache and move to using cache of CompressionMetadata (#84)
    
    Deprecate old compression cache and move to using cache of CompressionMetadata, so that:
    - we no longer cache an entire byte array on heap
    - we cache and re-use the CompressionMetadata object so that only one BigLongArray object is allocated for the chunk offsets
    
    Patch by James Berragan; Reviewed by Yifan Cai; Francisco Guerrero for CASSANDRA-19927

abce3c83fb5db8cc79edb68b247ab25582a0e9a8 | Author: jberragan <jberragan@gmail.com>
 | 2024-09-11 12:55:18-07:00

    CASSANDRA-19815: Decouple Cassandra types from Spark types so Cassandra types can be used independently from Spark (#71)
    
    
    Patch by James Berragan; Reviewed by Yifan Cai; Francisco Guerrero for CASSANDRA-19815