Bret McGuire

Results 192 comments of Bret McGuire

@aloubyansky Thanks, I think that might be a good idea. I'd like to at least vet my understanding of the additional work required to support the Quarkus Platform in order...

@aloubyansky Apologies, hadn't replied to this yet... but fortunately I just did :)

This makes a ton of sense. We need to get a new release out with a more recent version of Quarkus anyway... an update to get any kind of vector...

I couldn't reproduce this, at least not with JSON inputs. ``` $ cat ../vector_test_data_json_tooprecise/one.json { "i":1, "j":[6.646329843, 4.4971533213, 58] } ``` ``` $ bin/dsbulk load -url "./../vector_test_data_json_tooprecise" -k test -t...

Agreed @msmygit . My _guess_ is that I got something in the CQL parser code, specifically we're trying to pull out some kind of non-keyword token and failing miserably. Any...

I'm a bit reluctant to remove the safeguard of decoding a UDT whose set of fields is different from what we expect. If we have a mismatch there it seems...

Very much agreed that the underlying issue here appears to be an issue with AWS Keyspaces @aratno; that's being addressed in a different ticket. The scope of this change is...

Thanks for the PR @ajweave! Have you signed the Contributor License Agreement for contributions to DataStax open source projects? If not you can find it at https://cla.datastax.com/. Thanks!

@ajweave Just so I have this straight in my own head, here's how I understand the relationship between this PR and the ask on JAVA-3046. This PR clearly extends the...

Ping @SiyaoIsHiding for (hopefully) another review