-
Notifications
You must be signed in to change notification settings - Fork 887
Where is TypeCodec.StringParsingCodec in 3.0? #598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
JAVA-918: Allow MV's select statements to be more complex.
Verify on empty list signature in should_debounce_and_coalesce_multiple_alter_events_on_same_table_into_refresh_table
Changed ccmBridge to private and added 'stop' and 'start' methods on PerClassSingleNodeCluster for stopping/starting the node while preserving jvm arguments.
Fix CustomPayloadTest failing when run in suite.
JAVA-942: Fix implementation of UserType.hashCode()
JAVA-877: Don't wait NEW_NODE_DELAY_SECONDS if protocol version = V4.
JAVA-938 Parse extensions into TableOrView Options.
Fix Configuration builder to allow disabled metrics (JAVA-900).
Prepare API for async query trace (JAVA-902).
…ollection instead of List for consistency with similar methods.
Starting with the upcoming DSE 5.0, it will be published as a separate artifact.
Document extra codecs
Conflicts: driver-core/src/test/java/com/datastax/driver/core/AuthenticationTest.java driver-core/src/test/java/com/datastax/driver/core/BatchStatementTest.java driver-core/src/test/java/com/datastax/driver/core/CustomTypeTest.java driver-core/src/test/java/com/datastax/driver/core/DataTypeIntegrationTest.java driver-core/src/test/java/com/datastax/driver/core/FetchingTest.java driver-core/src/test/java/com/datastax/driver/core/IndexMetadataTest.java driver-core/src/test/java/com/datastax/driver/core/LoadBalancingPolicyRefreshTest.java driver-core/src/test/java/com/datastax/driver/core/MetricsTest.java driver-core/src/test/java/com/datastax/driver/core/PreparedStatementTest.java driver-core/src/test/java/com/datastax/driver/core/QueryLoggerTest.java driver-core/src/test/java/com/datastax/driver/core/SSLEncryptionTest.java driver-core/src/test/java/com/datastax/driver/core/SchemaRefreshDebouncerTest.java driver-core/src/test/java/com/datastax/driver/core/SchemaTest.java driver-core/src/test/java/com/datastax/driver/core/SessionLeakTest.java driver-core/src/test/java/com/datastax/driver/core/SessionTest.java driver-core/src/test/java/com/datastax/driver/core/TableMetadataTest.java driver-core/src/test/java/com/datastax/driver/core/TestUtils.java driver-core/src/test/java/com/datastax/driver/core/TokenIntegrationTest.java driver-core/src/test/java/com/datastax/driver/core/UserTypesTest.java driver-core/src/test/java/com/datastax/driver/core/policies/DowngradingConsistencyRetryPolicyIntegrationTest.java driver-core/src/test/java/com/datastax/driver/core/querybuilder/QueryBuilderExecutionTest.java driver-core/src/test/java/com/datastax/driver/core/querybuilder/QueryBuilderRoutingKeyTest.java driver-mapping/src/test/java/com/datastax/driver/mapping/MapperAccessorParamsTest.java driver-mapping/src/test/java/com/datastax/driver/mapping/MapperComputedFieldsTest.java driver-mapping/src/test/java/com/datastax/driver/mapping/MapperDefaultKeyspaceTest.java driver-mapping/src/test/java/com/datastax/driver/mapping/MapperEnumTest.java driver-mapping/src/test/java/com/datastax/driver/mapping/MapperInvalidCollectionTypesTest.java driver-mapping/src/test/java/com/datastax/driver/mapping/MapperOptionTest.java driver-mapping/src/test/java/com/datastax/driver/mapping/MapperUDTCollectionsTest.java driver-mapping/src/test/java/com/datastax/driver/mapping/MapperUDTTest.java
This commit contains contributions by Andrew Tolbert (@tolbertam), in particular tests for both JAVA-1042 and JAVA-1035.
JAVA-1042: Include DSE version and workload in Host data.
Conflicts: driver-core/src/test/java/com/datastax/driver/core/policies/DowngradingConsistencyRetryPolicyIntegrationTest.java
This is necessary as the plugin is apparently unable to compare a version against itself.
This reverts commit 274ee06.
|
Hi @hengheng0haha, thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. Sincerely, |
|
The class has been renamed to I don't think you intended to contribute any changes here, so I'm going to close this pull request. For simple questions, the mailing list is a better place to ask. |
[resolves apache#597][apache#598]
Guard long adding against overflows. [apache#597][apache#598] Signed-off-by: Mark Paluch <mpaluch@vmware.com>
I can not find TypeCodec.StringParsingCodec in java-driver 3.0..
source in there..thanks!
datastax doc