Mike Adamson all time


 30 Collaborator
Jonathan Ellis , Brandon Williams , Sylvain Lebresne , Aleksey Yeschenko , Mick Semb Wever , Philip Thompson , Tyler Hobbs , Sam Tunnicliffe , Yuki Morishita , Jake Luciani , Štefan Miklošovič , Alex Petrov , Berenguer Blasi , Ekaterina Dimitrova , David Capwell , Andrés de la Peña , Paulo Motta , Robert Stupp , Jason Brown , Caleb Rackliffe , Branimir Lambov , Jacek Lewandowski , Zhao Yang , Jeremiah Jordan , Maxwell Guo , Sergio Bossa , Piotr Kołaczkowski , Jason Rutherglen , mike_tr_adamson , Jonathon Ellis

 41 Patch  11 Review
7aab61b06357ce0b59977715f82fed1ad24474b4, 7447ee5bddb31ea71a232a44d64dbb7dd0010708, 3b05051f8678c28bc9d93a89123c68f8d0b93b7b, 5ec0669bec0a1cda46b0079a6043bd6ef12b3056, 6a7bef12ecdf59e3a67c81b89c13e3c2bf7e19d8, 3928f2992f94aa2b4e56bee0f36a0bdb31087116, a9e6ed37874f2240039086309e7849bea42c07e2, 0e42b77c9735d1124fe0a5766447f29c891cdb5b, c4d11c4372906ae1dea9e6c31c1136f122e8a1b2, 9697be1131bd8bb2332199000ad55dad12524fd2, 949b760f5516c139591473038917247b1fd7f500, e45c1092f91edd63591f562b2120ea6a5fd3edd5, 9ce86e0ff8b6344b528a0640f9dafa23f97dd85a, 655a2455ac29395b0a303e6ad7fc4d458b18932d, 2531cb045897d5b771f79039d194a1f679d8629a, eb208d3561eaf645f74f60b54c71ebe5bfc24c33, cba3e19ccd81d705ca9f89c0eedab65824e9dd16, 6f125c80420f6d249b5414d886e1b4a93cc34e7f, e5e0f3a8441503107b1ca2128cf8366e5e44d893, cde91e56f09d9ebf315c79c9a81b89f70f4eb724, 0b49b1776e5c6aa20bc2845e5b48dafe84169d46, eea0a0cef993959354200fcde94c2664454039b6, b554cb3da327a7522dbd60209421073bbe10317c, f54eab71d299429e17f315734484fb176f542167, fa18880e73f7f3bdbb1075c0baa54a7df3e667d0, ae315b5ec944571342146867c51b2ceb50f3845e, fb463c79e0cb63114a2f220182e7c7ed3e0f4205, 9c9f263822ab0c7669f162380af6645ef8309083, dc73c0b31feb399750c5a6823854714ee711152e, 2c9976150fa2f033f8e10c906d699d966b1c437a, 9b727ac04b2413a530fc4313a89874bbf08dc0c6, c5f03a988396bb5969a0bb3dd835218c0658e681, f88b62118dd9d3f08bc079bc15165fae01519537, e93883988f111a891cd772d918f4229eb9e438bd, 7ddcf3e2ed71116e3cbbe05de6986e28f43941d2, 7049ee0e2bdb37a0dc82fa849462ffd375a20e85, 52df514dd1a95d4fc4d699d6ffa9d3bf7e844854, 465d520cc2053abbc08c5b272c820de35c9392fa, 3d2da7987e3a6d0f1e088af9c661068335cc9f67, e4b40c75c050914a5f2bdc88271e1ab518f8aaac, 8b8042b032fd93103fa6c74fc4b751e0dd9a207b 1d7bae3697b97e64de2c2b958427ef86a1b17731, d16e8d3653dce8ed767a040c06dbaabc47a9b474, 83203a14c400ff99cfb2a5b7e655a663ea882c2b, ebea2ba6ade00a6f156787ca4ee36b2f8eb003ad, ae537abc6494564d7254a2126465522d86b44c1e, 186777aac55b1aa95c5c9e9cdaff2b981cf9d5af, 1644e82f757024df8833668e54cb75e309d9f427, 5c54f42ffa72ee940eb74ec2ee8805e4edad5eff, 81b0acb2a9a67dd122087a00d2ec70e2b48b0a38, 6d2f2767e8407b3a786f9fefaec7c50d8d7d2686, 1b332bc1c02786623e2baf773e9f46af9c04f21f

7aab61b06357ce0b59977715f82fed1ad24474b4 | Author: Mike Adamson <mikea@apache.org>
 | 2024-02-26 12:42:53+00:00

    Use glove vectors instead of random vectors in vector tests
    - avoid randomisation to make tests more consistent
    - use heap_buffers for VectorDistributedTest for consistency with other tests
    
    patch by Mike Adamson; reviewed by Ekaterina Dimitrova for CASSANDRA-19185

1d7bae3697b97e64de2c2b958427ef86a1b17731 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
 | 2024-02-22 15:08:23-06:00

    Record latencies for SAI post-filtering reads against local storage
    
    patch by Caleb Rackliffe; reviewed by Mike Adamson for CASSANDRA-18940

7447ee5bddb31ea71a232a44d64dbb7dd0010708 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-12-21 09:12:58+00:00

    Avoid random IndexStreamingFailureTest failures
    
    Change how ByteBuddy injections are handled to avoid ByteBuddy
    failures after node restarts
    
    Patch by Mike Adamson; reviewed by Caleb Rackliffe for CASSANDRA-19084

3b05051f8678c28bc9d93a89123c68f8d0b93b7b | Author: Mike Adamson <madamson@datastax.com>
 | 2023-12-12 17:14:41+00:00

    Simplify segment building in SAI to use single in-memory structure
      This removes the RAMStringIndexer for literal indexes and replaces
      it with a SegmentTrieBuffer that replaces BlockBalancedTreeRamBuffer
      for literal and numeric indexes.
    
    patch by Mike Adamson; reviewed by Andrés de la Peña, Caleb Rackliffe for CASSANDRA-18598

5ec0669bec0a1cda46b0079a6043bd6ef12b3056 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-12-12 12:19:59+00:00

    Fix resource cleanup after SAI query timeouts
    
    patch by Mike Adamson; reviewed by Caleb Rackliffe for CASSANDRA-19177

6a7bef12ecdf59e3a67c81b89c13e3c2bf7e19d8 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-11-28 10:48:23+00:00

    Fix SAI intersection queries
    
     - Fix comparison in PostingListRangeIterator for updating skip token
     - Fix binary search in KeyLookup.clusteredSeekToKey
     - Added new on-disk component for storing partition sizes by partition ID
    
     patch by Mike Adamson; reviewed by Caleb Rackliffe, Mick Semb Wever for CASSANDRA-19011

3928f2992f94aa2b4e56bee0f36a0bdb31087116 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-11-27 13:06:33+00:00

    Provide truncate task for SAI
    
    If a table is truncated during the initial build of an index there is a chance that the index build will get interrupted and it won't get marked queryable. This patch provides a truncate task for SAI that marks the index queryable during truncation.
    
     patch by Mike Adamson; reviewed by Caleb Rackliffe, Michael Semb Wever for CASSANDRA-19032

a9e6ed37874f2240039086309e7849bea42c07e2 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-11-24 15:26:00+00:00

    Fix broken indexing tests when using SAI
     - This fixes a number of broken tests when the default index is set to SAI
     - Composite partition indexes were being filtered prior to row filtering in the
       index searcher resulting in incorrect results
     - Static and non-static index intersection was failing because static primary keys
       were not comparing correctly against non-static primary keys
    
     patch by Mike Adamson; reviewed by Andres de la Peña, Michael Semb Wever for CASSANDRA-19034

0e42b77c9735d1124fe0a5766447f29c891cdb5b | Author: Mike Adamson <madamson@datastax.com>
 | 2023-11-10 14:49:41+00:00

    Improve code model around IndexContext
    
     - Replace IndexContext with IndexTermType and IndexDefinition
     - Move index specific managers, factories and metrics to StorageAttachedIndex
     - Refactor Expression to explicitly define indexed and unindexed expressions
    
     patch by Mike Adamson; reviewed by Andres de la Peña, Caleb Rackliffe for CASSANDRA-18166

c4d11c4372906ae1dea9e6c31c1136f122e8a1b2 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-10-30 09:46:52+00:00

    Fix VectorUpdateDeleteTest for JDK 17
      Removed use of reflection and directly set
      relevant property to avoid jdk 17 errors
    
    patch by Mike Adamson; reviewed by Stefan Miklosovic, Michael Semb Wever and Andrés de la Peña for CASSANDRA-18715

e45c1092f91edd63591f562b2120ea6a5fd3edd5 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-10-04 11:27:50+01:00

    Correctly remove Index.Group from IndexRegistry
    
    The Index.Group was being left in the list indexGroups in the SecondaryIndexManager because the incorrect
    key was being used to remove it from the map
    
    patch by Mike Adamson; reviewed by Caleb Rackliffe and Zhao Yang for CASSANDRA-18905
    
    Co-authored-by: Zhao Yang <zhaoyangsingapore@gmail.com>

9697be1131bd8bb2332199000ad55dad12524fd2 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-09-28 16:54:31+01:00

    Fix dtests returning ordering columns that have not been selected
    
    patch by Mike Adamson; reviewed by adelapena, brandonwilliams and
    Jeremiah Jordan for CASSANDRA-18892

d16e8d3653dce8ed767a040c06dbaabc47a9b474 | Author: Jacek Lewandowski <lewandowski.jacek@gmail.com>
 | 2023-09-18 12:44:08+02:00

    Do not create sstable files before registering in txn
    
    Refactoring prevents the situation where some sstable components, like
    data or index, are created before the new sstable is registered with
    lifecycle transaction, which leads to a problem such that there is
    a short time when incomplete sstable components are present. At the same
    time, no transaction file is created, which leads to the possibility
    that the sstable can be recognized as completed by various
    transaction-aware listers.
    
    Patch by Jacek Lewandowski; reviewed by Branimir Lambov, Mike Adamson for CASSANDRA-18737

949b760f5516c139591473038917247b1fd7f500 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-08-30 11:51:04+01:00

    Add support for a vector search index in SAI
    
    - Adds jbellis/jvector (1.0.2) library for DiskANN based indexes on floating point vectors
    - Adds ORDER BY ANN OF capability to do ANN search and order the results by score
    
     patch by Mike Adamson; reviewed by Andrés de la Peña, Jonathon Ellis for CASSANDRA-18715
    
    Co-authored-by Jonathon Ellis jbellis@gmail.com
    Co-authored-by Zhao Yang zhaoyangsingapore@gmail.com

9ce86e0ff8b6344b528a0640f9dafa23f97dd85a | Author: Mike Adamson <madamson@datastax.com>
 | 2023-08-08 17:07:01+01:00

    SAI result retriever is filtering too many rows
    
    This patch fixes a bug in the SegmentMetadata that
    was only storing the partition key for min and max
    primary keys for a segment. It also contains some
    refactoring of the PrimaryKey to remove the deferred
    loading of PrimaryKeys by the PrimaryKeyMaps.
    
    Patch by Mike Adamson; reviewed by Caleb Rackliffe and Andrés de la Peña for CASSANDRA-18734

655a2455ac29395b0a303e6ad7fc4d458b18932d | Author: Mike Adamson <madamson@datastax.com>
 | 2023-07-28 17:38:20+01:00

    Reduce size of per-SSTable index components for SAI
    
    This patch removes the PRIMARY_KEY_TRIE component and adds KeyLookup.Cursor#clusteredSeekToKey() to
    search for clustering keys within a partition. To do this a new on-disk component
    PARTITION_SIZES has been added that holds the size of each partition in the SSTable.
    
    patch by Mike Adamson; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-18673

83203a14c400ff99cfb2a5b7e655a663ea882c2b | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
 | 2023-07-14 01:44:26-07:00

    Importer should build SSTable indexes successfully before making new SSTables readable
    
    - Avoid validation in response to SSTableAddedNotification, as it should already have been done somewhere else
    - Change SSTableWriter to prevent commit when a failure is thrown out of an index build
    
    patch by Caleb Rackliffe; reviewed by Mike Adamson and Andres de la Peña for CASSANDRA-18670

2531cb045897d5b771f79039d194a1f679d8629a | Author: Mike Adamson <madamson@datastax.com>
 | 2023-07-13 11:24:55+01:00

    Fix concurrency in bbtree reader by cloning state
    
    patch by Mike Adamson; reviewed by Andrés de la Peña and Caleb Rackliffe for CASSANDRA-18669

ebea2ba6ade00a6f156787ca4ee36b2f8eb003ad | Author: Jonathan Ellis <jbellis@datastax.com>
 | 2023-06-26 14:50:01-05:00

    Upgrade to lucene-core 9.7.0
    
    Notes on the upgrade path:
    - RamIndexOutput is replaced with ResettableByteBuffersIndexOutput, an extension of ByteBuffersIndexOutput, which was the closest thing to a replacement of RamIndexOutput.
    - Lucene exposes the code we needed from DirectReaders more or less directly in DirectReader now, so the old copied code has been deleted.
    - Lucene changed its data files to be little endian, but to keep its compatibility story simple it retained BE for the header and footer ints. That's the cause of the changes in SAICodecUtils.
    - We could gain a bit of performance making our own code natively little endian but that is too big of a change for this patch.
    
    patch by Jonathan Ellis; reviewed by Andrés de la Peña, Caleb Rackliffe, and Mike Adamson for CASSANDRA-18494

ae537abc6494564d7254a2126465522d86b44c1e | Author: David Capwell <dcapwell@apache.org>
 | 2023-06-21 15:27:26-07:00

    Added support for type VECTOR<type, dimension>
    
    patch by David Capwell; reviewed by Andres de la Peña, Maxwell Guo, Mike Adamson for CASSANDRA-18504

6f125c80420f6d249b5414d886e1b4a93cc34e7f | Author: Mike Adamson <madamson@datastax.com>
 | 2023-06-12 11:25:17+01:00

    Numeric on-disk index write and search
    
    Includes:
      - The disk/v1/kdtree package containing the
    kdtree writer and reader
      - The implementation code to tie these into
    the existing read and write paths. The main parts
    of this are the NumericIndexWriter and the
    NumericIndexSegmentSearcher
      - Additional testing for the new code
    
    patch by Mike Adamson; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-18067
    
    Co-authored-by: Mike Adamson <madamson@datastax.com>
    Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
    Co-authored-by: Piotr Kołaczkowski <pkolaczk@gmail.com>
    Co-authored-by: Jason Rutherglen <jason.rutherglen@gmail.com>
    Co-authored-by: Zhao Yang <zhaoyangsingapore@gmail.com>

cba3e19ccd81d705ca9f89c0eedab65824e9dd16 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-05-10 15:05:15+01:00

    Query all ranges at once for SAI distributed queries
    
    patch by Mike Adamson; reviewed by Caleb Rackliffe, Andres de la Peña, and Berenguer Blasi for CASSANDRA-18515

eb208d3561eaf645f74f60b54c71ebe5bfc24c33 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-05-09 12:29:01+01:00

    Add basic text analysis to SAI, including "case_sensitive", "normalize", and "ascii" modes
    
    patch by Mike Adamson; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-18479

e5e0f3a8441503107b1ca2128cf8366e5e44d893 | Author: Mike Adamson <mikeatdot@gmail.com>
 | 2023-04-13 17:23:13+01:00

    Literal on-disk index and index write path (#9)
    
    This commit contains the following additions
     to SAI:
     - The index write path and index building
       based around StorageAttachedIndexBuilder
       and StorageAttachedIndexWriter
     - The on-disk index versioning using the
       SSTable Descriptor analog IndexDescriptor
       with Version and OnDiskFormat
     - The literal on-disk index using the
       LiteralIndexWriter
    
    patch by Mike Adamson; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-18062
    
    Co-authored-by: Mike Adamson <mikeatdot@gmail.com>
    Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
    Co-authored-by: Andres de la Peña <a.penya.garcia@gmail.com>
    Co-authored-by: Piotr Kołaczkowski <pkolaczk@gmail.com>
    Co-authored-by: Jason Rutherglen <jason.rutherglen@gmail.com>

cde91e56f09d9ebf315c79c9a81b89f70f4eb724 | Author: Mike Adamson <madamson@datastax.com>
 | 2023-01-19 14:24:46+00:00

    In-memory index implementation with query path
    
    This includes the following elements of the Storage Attached Index:
    - Memtable-attached indexes backed by an in-memory trie structure for byte-comparable values
    - Query path for the in-memory index
    - Index status propagation
    - Randomized testing for Memtable-attached indexes
    
    patch my Mike Adamson; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-18058
    
    Co-authored-by: Mike Adamson <madamson@datastax.com>
    Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>

0b49b1776e5c6aa20bc2845e5b48dafe84169d46 | Author: Mike Adamson <madamson@datastax.com>
 | 2016-07-13 10:39:59+01:00

    cqlsh: Fix handling of $$-escaped strings
    
    patch by Mike Adamson; reviewed by Alex Petrov for CASSANDRA-12189

eea0a0cef993959354200fcde94c2664454039b6 | Author: Mike Adamson <madamson@datastax.com>
 | 2016-03-17 11:33:20+00:00

    Break the CQL grammar into separate Parser and Lexer
    
    patch by Mike Adamson; reviewed by Aleksey Yeschenko for CASSANDRA-11372

186777aac55b1aa95c5c9e9cdaff2b981cf9d5af | Author: Sam Tunnicliffe <sam@beobal.com>
 | 2016-02-17 13:41:18+00:00

    Refactor auth caches and add credentials cache
    
    Patch by Sam Tunnicliffe; reviewed by Mike Adamson for CASSANDRA-7715

b554cb3da327a7522dbd60209421073bbe10317c | Author: Mike Adamson <madamson@datastax.com>
 | 2016-01-27 12:36:36+00:00

    Invalidate legacy schema tables when unloading them
    
    Patch by Mike Adamson; reviewed by Sam Tunnicliffe for CASSANDRA-11071

fa18880e73f7f3bdbb1075c0baa54a7df3e667d0 | Author: Mike Adamson <madamson@datastax.com>
 | 2015-12-16 10:37:47+00:00

    Add back support for 3rd party auth providers to bulk loader
    
    patch by Mike Adamson; reviewed by yukim for CASSANDRA-10873

f54eab71d299429e17f315734484fb176f542167 | Author: Mike Adamson <madamson@datastax.com>
 | 2015-12-12 15:37:40+00:00

    Add requireAuthorization method to IAuthorizer

ae315b5ec944571342146867c51b2ceb50f3845e | Author: Mike Adamson <madamson@datastax.com>
 | 2015-11-16 15:48:33+00:00

    Wait for migration responses to complete before bootstrapping
    
    patch by Mike Adamson; reviewed by Sergio Bossa for CASSANDRA-10731

dc73c0b31feb399750c5a6823854714ee711152e | Author: Mike Adamson <madamson@datastax.com>
 | 2015-11-04 12:21:54+00:00

    Fix logback-tools.xml incorrectly configured for outputing to System.err
    
    patch by Mike Adamson; reviewed by Jeremiah Jordan for CASSANDRA-9937

2c9976150fa2f033f8e10c906d699d966b1c437a | Author: Mike Adamson <madamson@datastax.com>
 | 2015-10-28 14:39:14+00:00

    Check for primary key columns in decodeCellName
    
    patch by mike_tr_adamson; reviewed by slebresne for CASSANDRA-10608

9c9f263822ab0c7669f162380af6645ef8309083 | Author: Mike Adamson <madamson@datastax.com>
 | 2015-10-27 11:51:57+00:00

    (Hadoop) fix CIF describeSplits() not handling 0 size estimates
    
    patch by Mike Adamson; reviewed by Paulo Motta for CASSANDRA-10600

9b727ac04b2413a530fc4313a89874bbf08dc0c6 | Author: Mike Adamson <madamson@datastax.com>
 | 2015-10-26 10:02:57+01:00

    RolesCache should not be created for any authenticator that does not requireAuthentication
    
    patch by Mike Adamson; reviewed by Robert Stupp for CASSANDRA-10562

fb463c79e0cb63114a2f220182e7c7ed3e0f4205 | Author: Mike Adamson <madamson@datastax.com>
 | 2015-10-20 11:18:37+01:00

    Updated trigger example
    
    patch by Mike Adamson; reviewed by Aleksey Yeschenko for CASSANDRA-10257

c5f03a988396bb5969a0bb3dd835218c0658e681 | Author: Mike Adamson <madamson@datastax.com>
 | 2015-07-01 17:12:11-05:00

    cqlsh: fix DESCRIBE KEYSPACES
    
    Patch by Mike Adamson; reviewed by Tyler Hobbs for CASSANDRA-9693

f88b62118dd9d3f08bc079bc15165fae01519537 | Author: Jason Brown <jasedbrown@gmail.com>
 | 2015-06-29 07:10:53-07:00

    BulkLoader has --transport-factory option but does not use it
    
    patch by Mike Adamson; reviewed by jasobrown for CASSANDRA-9675

1644e82f757024df8833668e54cb75e309d9f427 | Author: Philip Thompson <ptnapoleon@gmail.com>
 | 2015-05-15 14:22:37+03:00

    Fix ACFIF building of ColumnFamilySplit for non-BO partitioners
    
    patch by Philip Thompson; reviewed by Mike Adamson for CASSANDRA-9381

5c54f42ffa72ee940eb74ec2ee8805e4edad5eff | Author: Philip Thompson <ptnapoleon@gmail.com>
 | 2015-05-15 14:15:13+03:00

    Quote keyspace names in ACFIP
    
    patch by Philip Thompson; reviewed by Mike Adamson for CASSANDRA-9390

81b0acb2a9a67dd122087a00d2ec70e2b48b0a38 | Author: Philip Thompson <ptnapoleon@gmail.com>
 | 2015-05-15 14:12:58+03:00

    Fix ColumnFamilySplit length field not being serialized
    
    patch by Philip Thompson; reviewed by Mike Adamson for CASSANDRA-9380

6d2f2767e8407b3a786f9fefaec7c50d8d7d2686 | Author: T Jake Luciani <jake@apache.org>
 | 2015-01-29 11:00:41-05:00

    TotalLatencyCount should be in micros not nanos
    
    Patch by tjake; reviewed by Mike Adamson for CASSANDRA-8702

1b332bc1c02786623e2baf773e9f46af9c04f21f | Author: Tyler Hobbs <tyler@datastax.com>
 | 2014-10-24 12:02:16-05:00

    Error when using hsha w/ unlimited rpc_max_threads
    
    Patch by Tyler Hobbs; reviewed by Mike Adamson for CASSANDRA-8116

e93883988f111a891cd772d918f4229eb9e438bd | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2014-10-16 11:57:08-05:00

    Update yaml comment about rpc_max_threads with HSHA
    
    Patch by Mike Adamson, reviewed by brandonwilliams for CASSANDRA-8116

7ddcf3e2ed71116e3cbbe05de6986e28f43941d2 | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2014-08-12 13:32:51-05:00

    Fix CRR test
    
    Patch by Mike Adamson, reviewed by brandonwilliams for CASSANDRA-7726

7049ee0e2bdb37a0dc82fa849462ffd375a20e85 | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2014-08-12 12:33:46-05:00

    Fix CRR, add pig test for it
    
    Patch by Mike Adamson, reviewed by brandonwilliams for CASSANDRA-7726

52df514dd1a95d4fc4d699d6ffa9d3bf7e844854 | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2014-08-11 13:00:39-05:00

    Give CRR a default input_cql Statement
    
    Patch by Mike Adamson, reviewed by brandonwilliams for CASSANDRA-7226

465d520cc2053abbc08c5b272c820de35c9392fa | Author: Mike Adamson <madamson@datastax.com>
 | 2014-07-21 14:36:01+01:00

    Give read access to system.schema_usertypes to all authenticated users
    
    patch by Mike Adamson; reviewed by Aleksey Yeschenko for CASSANDRA-7578
    
    Conflicts:
            CHANGES.txt

3d2da7987e3a6d0f1e088af9c661068335cc9f67 | Author: Mike Adamson <madamson@datastax.com>
 | 2014-07-21 14:36:01+01:00

    Give read access to system.schema_usertypes to all authenticated users
    
    patch by Mike Adamson; reviewed by Aleksey Yeschenko for CASSANDRA-7578

e4b40c75c050914a5f2bdc88271e1ab518f8aaac | Author: Tyler Hobbs <tyler@datastax.com>
 | 2014-07-17 14:43:47-05:00

    Fix cqlsh authentication with 2.1 python driver
    
    Patch by Mike Adamson; reviewed by Tyler Hobbs for CASSANDRA-7564

8b8042b032fd93103fa6c74fc4b751e0dd9a207b | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2014-04-22 09:42:04-05:00

    Don't NPE when username is supplied but password isn't.
    
    Patch by Mike Adamson, reviewed by brandonwilliams for CASSANDRA-7050