This is an automated email from the ASF dual-hosted git repository.
jchovatia pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new aa4da838ec ninja: ant check after CASSANDRA-17401 landed
aa4da838ec is described below
commit aa4da838ec0d05f7c7494536082271a6ed135fa1
Author: Jaydeepkumar Chovatia <[email protected]>
AuthorDate: Sun Jan 18 21:12:35 2026 -0800
ninja: ant check after CASSANDRA-17401 landed
---
.../cql3/validation/miscellaneous/PreparedStatementTest.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/test/unit/org/apache/cassandra/cql3/validation/miscellaneous/PreparedStatementTest.java
b/test/unit/org/apache/cassandra/cql3/validation/miscellaneous/PreparedStatementTest.java
index a0bebed43c..8b6185389b 100644
---
a/test/unit/org/apache/cassandra/cql3/validation/miscellaneous/PreparedStatementTest.java
+++
b/test/unit/org/apache/cassandra/cql3/validation/miscellaneous/PreparedStatementTest.java
@@ -17,6 +17,9 @@
*/
package org.apache.cassandra.cql3.validation.miscellaneous;
+import java.util.concurrent.CountDownLatch;
+import java.util.concurrent.atomic.AtomicBoolean;
+
import org.junit.Assert;
import org.junit.Test;
@@ -25,9 +28,6 @@ import org.apache.cassandra.cql3.QueryProcessor;
import org.apache.cassandra.service.ClientState;
import org.apache.cassandra.transport.messages.ResultMessage;
-import java.util.concurrent.CountDownLatch;
-import java.util.concurrent.atomic.AtomicBoolean;
-
public class PreparedStatementTest extends CQLTester
{
private static final int NUM_THREADS = 50;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]