This is an automated email from the ASF dual-hosted git repository.
jmckenzie pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-analytics.git
The following commit(s) were added to refs/heads/trunk by this push:
new 215c0bd8 CASSANALYTICS-148: Revert circle config to default to big
format (#195)
215c0bd8 is described below
commit 215c0bd860a2c6348bd111b46bc8596085739f74
Author: Josh McKenzie <[email protected]>
AuthorDate: Wed Apr 8 17:08:15 2026 -0400
CASSANALYTICS-148: Revert circle config to default to big format (#195)
Patch by Josh McKenzie; reviewed by Doug Rohrer for CASSANALYTICS-148
---
.circleci/config.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0e9f576f..ac783c1a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -54,7 +54,7 @@ commands:
default: "false"
sstable_format:
type: string
- default: "bti"
+ default: "big"
description: Build and test against Spark <<parameters.spark>> Scala
<<parameters.scala>> <<parameters.jdk>>
steps:
- run:
@@ -157,6 +157,7 @@ jobs:
scala: "2.12"
jdk: "11"
use_jdk11: "true"
+ sstable_format: "big"
- store_artifacts:
path: build/test-reports
@@ -216,6 +217,7 @@ jobs:
scala: "2.13"
jdk: "11"
use_jdk11: "true"
+ sstable_format: "big"
- store_artifacts:
path: build/test-reports
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]