yifan-c commented on PR #106:
URL:
https://github.com/apache/cassandra-analytics/pull/106#issuecomment-2993237793
I rebased the patch and triggered CI (green).
The rebased branch:
https://github.com/yifan-c/cassandra-analytics/tree/r/apache/pr106
CI:
https://app.circleci.com/pipeline
frankgh commented on code in PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#discussion_r215752
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/WriterOptions.java:
##
@@ -45,6 +45,7 @@ public enum WriterOptions implements
smiklosovic commented on code in PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#discussion_r2157533761
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/WriterOptions.java:
##
@@ -45,6 +45,7 @@ public enum WriterOptions implem
smiklosovic commented on code in PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#discussion_r2157533761
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/WriterOptions.java:
##
@@ -45,6 +45,7 @@ public enum WriterOptions implem
frankgh commented on code in PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#discussion_r2157497144
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/WriterOptions.java:
##
@@ -45,6 +45,7 @@ public enum WriterOptions implements
frankgh commented on code in PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#discussion_r2157488816
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/JobInfo.java:
##
@@ -70,6 +70,8 @@ default String getId()
boolean skip
sinankivanc3131 commented on issue #915:
URL:
https://github.com/apache/cassandra-gocql-driver/issues/915#issuecomment-2988743130
@george-rogers yes we also fix it by restarting the kubernetes pod to
create connections from scratch, is there a easy way to trigger this bug? We
want to try
george-rogers commented on issue #915:
URL:
https://github.com/apache/cassandra-gocql-driver/issues/915#issuecomment-2988485816
@sinankivanc3131 yes, we are. The workaround so far has been very
suboptimal: reconnect to the service whenever this error is detected, which
means a delay of aro
sinankivanc3131 commented on issue #915:
URL:
https://github.com/apache/cassandra-gocql-driver/issues/915#issuecomment-2988057725
could you confirm if you are still getting the same problem?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
anderoo opened a new pull request, #121:
URL: https://github.com/apache/cassandra-analytics/pull/121
Currently a draft PR as I need to add more testing and descriptions.
Introduces a new flag for both the reader and writer configuration which,
when set to true, will use the IP addre
bbotella merged PR #119:
URL: https://github.com/apache/cassandra-analytics/pull/119
--
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.
To unsubscribe, e-mail: commits-unsubscr...
joao-r-reis commented on issue #1311:
URL:
https://github.com/apache/cassandra-gocql-driver/issues/1311#issuecomment-2980908572
Fixed in #1892
--
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 th
joao-r-reis closed issue #1311: CASSGO-71 External HostFilter implementations
cannot be tested against HostFilter interface
URL: https://github.com/apache/cassandra-gocql-driver/issues/1311
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
smiklosovic commented on code in PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#discussion_r2152520177
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/SortedSSTableWriter.java:
##
@@ -137,8 +141,24 @@ public void addRow(BigI
smiklosovic commented on code in PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#discussion_r2152487511
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/SortedSSTableWriter.java:
##
@@ -137,7 +138,20 @@ public void addRow(BigI
smiklosovic commented on PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#issuecomment-2980717015
This patch lacks the property in settings which would say whether we want to
just skip rows which violated constraints or we want to fail the job.
--
This is an automated
smiklosovic commented on code in PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#discussion_r2152487511
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/SortedSSTableWriter.java:
##
@@ -137,7 +138,20 @@ public void addRow(BigI
smiklosovic commented on code in PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#discussion_r2152487511
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/SortedSSTableWriter.java:
##
@@ -137,7 +138,20 @@ public void addRow(BigI
smiklosovic commented on code in PR #120:
URL:
https://github.com/apache/cassandra-analytics/pull/120#discussion_r2152487511
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/SortedSSTableWriter.java:
##
@@ -137,7 +138,20 @@ public void addRow(BigI
smiklosovic opened a new pull request, #120:
URL: https://github.com/apache/cassandra-analytics/pull/120
(no comment)
--
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.
To uns
bbotella opened a new pull request, #119:
URL: https://github.com/apache/cassandra-analytics/pull/119
(no comment)
--
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.
To unsubs
JeetKunDoug commented on code in PR #118:
URL:
https://github.com/apache/cassandra-analytics/pull/118#discussion_r2150547581
##
cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/DynamicSizing.java:
##
@@ -0,0 +1,121 @@
+/*
+ * Licensed to the Apache Softw
frankgh merged PR #118:
URL: https://github.com/apache/cassandra-analytics/pull/118
--
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.
To unsubscribe, e-mail: commits-unsubscr...@
frankgh commented on code in PR #118:
URL:
https://github.com/apache/cassandra-analytics/pull/118#discussion_r2150813425
##
cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/DynamicSizing.java:
##
@@ -0,0 +1,121 @@
+/*
+ * Licensed to the Apache Software
yifan-c commented on code in PR #118:
URL:
https://github.com/apache/cassandra-analytics/pull/118#discussion_r2150770186
##
cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/DynamicSizing.java:
##
@@ -0,0 +1,121 @@
+/*
+ * Licensed to the Apache Software
frankgh commented on code in PR #118:
URL:
https://github.com/apache/cassandra-analytics/pull/118#discussion_r2150768114
##
cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/DynamicSizing.java:
##
@@ -0,0 +1,121 @@
+/*
+ * Licensed to the Apache Software
yifan-c commented on code in PR #118:
URL:
https://github.com/apache/cassandra-analytics/pull/118#discussion_r2150575308
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/data/SidecarTableSizeProvider.java:
##
@@ -0,0 +1,151 @@
+/*
+ * Licensed to the Apache
frankgh commented on code in PR #118:
URL:
https://github.com/apache/cassandra-analytics/pull/118#discussion_r2150366069
##
cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/BulkReaderTest.java:
##
@@ -47,6 +48,25 @@ class BulkReaderTest extends
JeetKunDoug commented on code in PR #118:
URL:
https://github.com/apache/cassandra-analytics/pull/118#discussion_r2150246365
##
cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/BulkReaderTest.java:
##
@@ -47,6 +48,25 @@ class BulkReaderTest ext
bbotella merged PR #113:
URL: https://github.com/apache/cassandra-analytics/pull/113
--
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.
To unsubscribe, e-mail: commits-unsubscr...
rustyrazorblade closed pull request #117: Fix local maven publishing.
URL: https://github.com/apache/cassandra-analytics/pull/117
--
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.
rustyrazorblade commented on PR #117:
URL:
https://github.com/apache/cassandra-analytics/pull/117#issuecomment-2971456544
Merged as 98d0d242590979cbc098606c26ef2f24fcdbc41f
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
bbotella commented on PR #113:
URL:
https://github.com/apache/cassandra-analytics/pull/113#issuecomment-2970330756
I just rebased the PR with latest trunk changes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
frankgh opened a new pull request, #118:
URL: https://github.com/apache/cassandra-analytics/pull/118
…ased on estimated table size
Patch by Francisco Guerrero; reviewed by TBD for CASSANALYTICS-36
--
This is an automated message from the Apache Git Service.
To respond to the message
frankgh commented on PR #117:
URL:
https://github.com/apache/cassandra-analytics/pull/117#issuecomment-2968955312
Missed @yifan-c's comment. I think the rebase will be trivial so +1 also on
merging now
--
This is an automated message from the Apache Git Service.
To respond to the message
frankgh commented on PR #117:
URL:
https://github.com/apache/cassandra-analytics/pull/117#issuecomment-2968948465
That sounds reasonable. Let's see where @bbotella is on his work, and decide
either tomorrow or early next week.
--
This is an automated message from the Apache Git Service.
yifan-c commented on PR #117:
URL:
https://github.com/apache/cassandra-analytics/pull/117#issuecomment-2968757481
We can merge Jon's patch since it is fairly small. #113 can rebase.
I am +1 on the patch.
--
This is an automated message from the Apache Git Service.
To respond to the mes
rustyrazorblade commented on PR #117:
URL:
https://github.com/apache/cassandra-analytics/pull/117#issuecomment-2968554607
If you're close to merging it, we can close this one, but if not, we should
merge this now. I'll leave it to you to decide.
--
This is an automated message from the
rustyrazorblade opened a new pull request, #117:
URL: https://github.com/apache/cassandra-analytics/pull/117
Patch by Jon Haddad, reviewed by for CASSANALYTICS-63
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
joao-r-reis commented on issue #1884:
URL:
https://github.com/apache/cassandra-gocql-driver/issues/1884#issuecomment-2966001038
If you're using domain names as contact points maybe the underlying IPs are
changing and gocql is not updating them because it only resolves DNS once
during sessi
yifan-c commented on code in PR #110:
URL:
https://github.com/apache/cassandra-analytics/pull/110#discussion_r2141235828
##
cassandra-five-zero-types/src/main/java/org/apache/cassandra/spark/reader/ComplexTypeBuffer.java:
##
@@ -0,0 +1,118 @@
+/*
+ * Licensed to the Apache Soft
frankgh merged PR #115:
URL: https://github.com/apache/cassandra-analytics/pull/115
--
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.
To unsubscribe, e-mail: commits-unsubscr...@
yifan-c commented on code in PR #110:
URL:
https://github.com/apache/cassandra-analytics/pull/110#discussion_r2136874334
##
cassandra-analytics-common/src/main/java/org/apache/cassandra/cdc/api/CommitLog.java:
##
@@ -54,7 +54,7 @@ static Optional>
extractVersionAndSegmentId(@N
isopov commented on issue #1884:
URL:
https://github.com/apache/cassandra-gocql-driver/issues/1884#issuecomment-2961777300
Note: I've tried reproducing it with ccm and could not do this. I believe
this issue is somewhere in communication with k8s service.
--
This is an automated message
yifan-c commented on code in PR #115:
URL:
https://github.com/apache/cassandra-analytics/pull/115#discussion_r2139300056
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/WriterOptions.java:
##
@@ -50,6 +50,10 @@ public enum WriterOptions implement
yifan-c commented on code in PR #106:
URL:
https://github.com/apache/cassandra-analytics/pull/106#discussion_r2136734076
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/data/CassandraDataLayer.java:
##
@@ -422,7 +424,23 @@ public boolean readIndexOffset()
frankgh commented on code in PR #113:
URL:
https://github.com/apache/cassandra-analytics/pull/113#discussion_r2136638626
##
build.gradle:
##
@@ -254,6 +256,52 @@ subprojects {
}
}
+distributions {
+ main {
+distributionBaseName = 'apache-cassandra-analytics'
+con
jameshartig commented on issue #1695:
URL:
https://github.com/apache/cassandra-gocql-driver/issues/1695#issuecomment-2948180742
I took a stab and reducing a allocations and the size of allocations in
#1855. I didn't make this change though. I'm open to discussing it and at least
if we did
joao-r-reis closed issue #1752: CASSGO-41 Deadlock in refreshDebouncer when
reconnection fails
URL: https://github.com/apache/cassandra-gocql-driver/issues/1752
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
joao-r-reis closed issue #1888: Remove protoVersion2 support
URL: https://github.com/apache/cassandra-gocql-driver/issues/1888
--
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.
T
skoppu22 opened a new pull request, #116:
URL: https://github.com/apache/cassandra-analytics/pull/116
Currently Cassandra bulk writer unable to convert Tuples from sql to cql as
No op converter is used. This needs to be handled. Also, need to support Tuples
with UDTs nested inside them and
yifan-c merged PR #114:
URL: https://github.com/apache/cassandra-analytics/pull/114
--
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.
To unsubscribe, e-mail: commits-unsubscr...@
sarankk opened a new pull request, #115:
URL: https://github.com/apache/cassandra-analytics/pull/115
(no comment)
--
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.
To unsubsc
yifan-c opened a new pull request, #114:
URL: https://github.com/apache/cassandra-analytics/pull/114
Patch by Yifan Cai; Reviewed by TBD for CASSANALYTICS-59
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
bbotella opened a new pull request, #113:
URL: https://github.com/apache/cassandra-analytics/pull/113
Getting ready for 0.1 release.
--
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 c
dcapwell merged PR #45:
URL: https://github.com/apache/cassandra-easy-stress/pull/45
--
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.
To unsubscribe, e-mail: commits-unsubscr...
dcapwell commented on code in PR #45:
URL:
https://github.com/apache/cassandra-easy-stress/pull/45#discussion_r2110029504
##
src/main/kotlin/com/rustyrazorblade/easycassstress/Plugin.kt:
##
@@ -106,6 +111,18 @@ data class Plugin(
prop.setter.call(instance, valu
dcapwell commented on PR #45:
URL:
https://github.com/apache/cassandra-easy-stress/pull/45#issuecomment-2913755365
tested lower case, works
```
$ ./bin/cassandra-easy-stress run TxnCounter --duration 30s
--workload.impl=accord --workload.postfix="validate"
Picked up _JAVA_OPTIO
dcapwell commented on code in PR #44:
URL:
https://github.com/apache/cassandra-easy-stress/pull/44#discussion_r2105520636
##
build.gradle:
##
@@ -101,6 +101,13 @@ dependencies {
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'org.hdrhistogram:H
dcapwell opened a new pull request, #45:
URL: https://github.com/apache/cassandra-easy-stress/pull/45
(no comment)
--
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.
To unsubs
dcapwell merged PR #44:
URL: https://github.com/apache/cassandra-easy-stress/pull/44
--
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.
To unsubscribe, e-mail: commits-unsubscr...
dcapwell commented on code in PR #44:
URL:
https://github.com/apache/cassandra-easy-stress/pull/44#discussion_r2105516854
##
manual/MANUAL.adoc:
##
@@ -53,7 +53,7 @@ $ sudo apt install cassandra-easy-stress
RPM Packages
-eYou'll need the bintray repo set up on your ma
dcapwell commented on code in PR #44:
URL:
https://github.com/apache/cassandra-easy-stress/pull/44#discussion_r2105516480
##
src/main/kotlin/com/rustyrazorblade/easycassstress/RequestQueue.kt:
##
@@ -113,8 +95,6 @@ class RequestQueue(
runner.getNext
rustyrazorblade commented on code in PR #44:
URL:
https://github.com/apache/cassandra-easy-stress/pull/44#discussion_r2105461739
##
manual/MANUAL.adoc:
##
@@ -53,7 +53,7 @@ $ sudo apt install cassandra-easy-stress
RPM Packages
-eYou'll need the bintray repo set up on
dcapwell commented on code in PR #44:
URL:
https://github.com/apache/cassandra-easy-stress/pull/44#discussion_r2105462192
##
src/main/kotlin/com/rustyrazorblade/easycassstress/RequestQueue.kt:
##
@@ -113,8 +95,6 @@ class RequestQueue(
runner.getNext
dcapwell commented on code in PR #44:
URL:
https://github.com/apache/cassandra-easy-stress/pull/44#discussion_r2105384421
##
src/main/kotlin/com/rustyrazorblade/easycassstress/Metrics.kt:
##
@@ -71,11 +71,6 @@ class Metrics(val metricRegistry: MetricRegistry, val
reporters: Li
smiklosovic closed pull request #112: CASSANALYTICS-55 Replace
NotImplementedException with UnsupportedOperationException in SparkType
URL: https://github.com/apache/cassandra-analytics/pull/112
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
dcapwell opened a new pull request, #44:
URL: https://github.com/apache/cassandra-easy-stress/pull/44
(no comment)
--
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.
To unsubs
yifan-c merged PR #111:
URL: https://github.com/apache/cassandra-analytics/pull/111
--
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.
To unsubscribe, e-mail: commits-unsubscr...@
smiklosovic closed pull request #112: CASSANALYTICS-55 Replace
NotImplementedException with UnsupportedOperationException in SparkType
URL: https://github.com/apache/cassandra-analytics/pull/112
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
smiklosovic commented on PR #112:
URL:
https://github.com/apache/cassandra-analytics/pull/112#issuecomment-2904924477
@jberragan please!
--
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 speci
smiklosovic opened a new pull request, #112:
URL: https://github.com/apache/cassandra-analytics/pull/112
(no comment)
--
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.
To uns
yifan-c opened a new pull request, #111:
URL: https://github.com/apache/cassandra-analytics/pull/111
Patch by Yifan Cai; Reviewed by TBD for CASSANALYTICS-53
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
yifan-c merged PR #109:
URL: https://github.com/apache/cassandra-analytics/pull/109
--
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.
To unsubscribe, e-mail: commits-unsubscr...@
frankgh commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2101256916
##
CHANGES.txt:
##
@@ -1,4 +1,5 @@
1.0.0
+ * Bulk writer needs to support collections with UDTs
Review Comment:
can we add the ticket here?
```sugge
skoppu22 commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2099856754
##
cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/SharedClusterSparkIntegrationTestBase.java:
##
@@ -171,28 +173,35 @@ p
rustyrazorblade merged PR #43:
URL: https://github.com/apache/cassandra-easy-stress/pull/43
--
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.
To unsubscribe, e-mail: commits-unsu
marouanvs commented on PR #43:
URL:
https://github.com/apache/cassandra-easy-stress/pull/43#issuecomment-2892502924
> Can you take
[docs/index.html](https://github.com/apache/cassandra-easy-stress/pull/43/files#diff-b04b38d4e36f7a7171aeb211bf933eaf36d41d9866ebbc3639f673f84dc350ae)
out of t
rustyrazorblade commented on PR #43:
URL:
https://github.com/apache/cassandra-easy-stress/pull/43#issuecomment-2892440846
Can you take
[docs/index.html](https://github.com/apache/cassandra-easy-stress/pull/43/files#diff-b04b38d4e36f7a7171aeb211bf933eaf36d41d9866ebbc3639f673f84dc350ae)
out
marouanvs opened a new pull request, #43:
URL: https://github.com/apache/cassandra-easy-stress/pull/43
(no comment)
--
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.
To unsub
yifan-c commented on PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#issuecomment-2891821490
Please update `CHANGES.txt`
--
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
yifan-c commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2096203009
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/RecordWriter.java:
##
@@ -380,28 +382,69 @@ private Map
getBindValuesForColu
frankgh commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2096092205
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/RecordWriter.java:
##
@@ -380,28 +382,69 @@ private Map
getBindValuesForColu
yifan-c commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2096087782
##
cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/CqlTable.java:
##
@@ -242,6 +246,31 @@ public int indexCount()
return in
skoppu22 commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2095850224
##
cassandra-analytics-integration-framework/src/main/java/org/apache/cassandra/testing/TestUtils.java:
##
@@ -36,7 +36,7 @@ public final class TestUtils
skoppu22 commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2095858316
##
cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/SharedClusterSparkIntegrationTestBase.java:
##
@@ -171,28 +173,35 @@ p
skoppu22 commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2095806449
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/RecordWriter.java:
##
@@ -380,28 +382,69 @@ private Map
getBindValuesForCol
skoppu22 commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2095817571
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/RecordWriter.java:
##
@@ -380,28 +382,69 @@ private Map
getBindValuesForCol
skoppu22 commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2095806449
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/RecordWriter.java:
##
@@ -380,28 +382,69 @@ private Map
getBindValuesForCol
skoppu22 commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2095787453
##
cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/CqlTable.java:
##
@@ -242,6 +246,31 @@ public int indexCount()
return i
frankgh commented on code in PR #108:
URL:
https://github.com/apache/cassandra-analytics/pull/108#discussion_r2085055083
##
cassandra-analytics-core/build.gradle:
##
@@ -77,8 +77,7 @@ dependencies {
runtimeOnly(group: 'net.java.dev.jna', name: 'jna', version:
"${jnaVersio
serban21 commented on PR #106:
URL:
https://github.com/apache/cassandra-analytics/pull/106#issuecomment-2872865175
> @serban21 #93 has been merged, and should unblock you now. Can you rebase?
Done
--
This is an automated message from the Apache Git Service.
To respond to the messag
skoppu22 commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2081780842
##
cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/BulkWriteUdtTest.java:
##
@@ -32,7 +32,7 @@
import org.apache.spark.s
skoppu22 commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2081801395
##
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/RecordWriter.java:
##
@@ -389,19 +391,52 @@ private Map
getBindValuesForCol
skoppu22 commented on code in PR #109:
URL:
https://github.com/apache/cassandra-analytics/pull/109#discussion_r2081781154
##
cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/BulkWriteUdtTest.java:
##
@@ -88,17 +141,298 @@ void testWriteWithNest
joao-r-reis commented on issue #1740:
URL:
https://github.com/apache/cassandra-gocql-driver/issues/1740#issuecomment-2866480350
> Thank you [@OleksiienkoMykyta](https://github.com/OleksiienkoMykyta)
[@joao-r-reis](https://github.com/joao-r-reis) ! Do you have an estimate for
when this fix
lukasz-antoniak opened a new pull request, #110:
URL: https://github.com/apache/cassandra-analytics/pull/110
Status: Work in progress. Contributions welcome!
Although tests passes and users can read V5 SSTables, there are various
things to fix on a code level:
- [ ] `FileSystem
frankgh commented on PR #106:
URL:
https://github.com/apache/cassandra-analytics/pull/106#issuecomment-2864549167
@serban21 #93 has been merged, and should unblock you now. Can you rebase?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
frankgh merged PR #93:
URL: https://github.com/apache/cassandra-analytics/pull/93
--
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.
To unsubscribe, e-mail: commits-unsubscr...@ca
anderoo commented on PR #93:
URL:
https://github.com/apache/cassandra-analytics/pull/93#issuecomment-2864353430
https://github.com/user-attachments/assets/73d1de71-fed3-4e22-b9dd-47743bdf5e04";
/>
--
This is an automated message from the Apache Git Service.
To respond to the message,
1 - 100 of 1525 matches
Mail list logo