ronakthakrar opened a new pull request #9398: [FLINK-13479] 
[flink-cassandra-connector] Fix for Deterministic ordering for prepared 
statement
URL: https://github.com/apache/flink/pull/9398
 
 
   ## What is the purpose of the change
   This pull request fixes the issue with Cassandra Connector issue FLINK-13479 
where the deterministic order of columns in prepared statements is not working.
   
   ## Brief change log
   - Updated the cassandra driver version from 3.0.0 to 3.3.1 where the issue 
is fixed (https://datastax-oss.atlassian.net/browse/JAVA-1587)
   
   ## Verifying this change
   This is trivial configuration change - only changes the depenndent cassandra 
driver version.
   
   ## Does this pull request potentially affect one of the following parts:
     - Dependencies (does it add or upgrade a dependency): yes - cassandra 
driver upgraded from 3.0.0 to 3.3.1
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: No
     - The S3 file system connector: No
   
   ## Documentation
     - Does this pull request introduce a new feature? No
     - If yes, how is the feature documented? Not applicable

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to