Re: [PR] CASSGO-53 ObservedQuery.Consistency and ObservedBatch.Consistency fields [cassandra-gocql-driver]
joao-r-reis closed pull request #1862: CASSGO-53 ObservedQuery.Consistency and ObservedBatch.Consistency fields URL: https://github.com/apache/cassandra-gocql-driver/pull/1862 -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org
Re: [PR] CASSGO-53 ObservedQuery.Consistency and ObservedBatch.Consistency fields [cassandra-gocql-driver]
joao-r-reis commented on PR #1862: URL: https://github.com/apache/cassandra-gocql-driver/pull/1862#issuecomment-2944716807 > @joao-r-reis is this resolved now with #1868 since Query/Batch are now on the Observed structs? Yep, closing -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org
Re: [PR] CASSGO-53 ObservedQuery.Consistency and ObservedBatch.Consistency fields [cassandra-gocql-driver]
jameshartig commented on PR #1862: URL: https://github.com/apache/cassandra-gocql-driver/pull/1862#issuecomment-2940367472 @joao-r-reis is this resolved now with #1868 since Query/Batch are now on the Observed structs? -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org
Re: [PR] CASSGO-53 ObservedQuery.Consistency and ObservedBatch.Consistency fields [cassandra-gocql-driver]
worryg0d commented on PR #1862: URL: https://github.com/apache/cassandra-gocql-driver/pull/1862#issuecomment-2656882809 Some weird things are happening with CI again... ``` Installing script cli archive... * Downloading... curl: (22) The requested URL returned error: 503 'curl --fail --location --progress-bar "${SDKMAN_SERVICE}/broker/download/native/install/${SDKMAN_NATIVE_VERSION}/${SDKMAN_PLATFORM}" > "$sdkman_zip_file"': command failed with exit code 22. Error: Process completed with exit code 22. ``` -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org
Re: [PR] CASSGO-53 ObservedQuery.Consistency and ObservedBatch.Consistency fields [cassandra-gocql-driver]
worryg0d commented on PR #1862: URL: https://github.com/apache/cassandra-gocql-driver/pull/1862#issuecomment-2656877721 Ah, I see. We want to make `Query` immutable so changes to consistency won't be mirrored in `Query` and `Batch`, but in `Iter`. However, it shouldn't change this impl a lot -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org
Re: [PR] CASSGO-53 ObservedQuery.Consistency and ObservedBatch.Consistency fields [cassandra-gocql-driver]
joao-r-reis commented on PR #1862: URL: https://github.com/apache/cassandra-gocql-driver/pull/1862#issuecomment-2656859419 Hmm this probably has some overlap with #1447 , I'm going to prototype a bit and see if I can come up with a proposal for some potential API changes to resolve #1447 and these API changes will probably affect this issue/pr (#1862) -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org