Wild card search | Cassandra

2025-04-24 Thread manish sharma
Hi Team, I am wondering if there is any roadmap or existing functionality to perform like queries with infix or prefix as like ‘%cat’ or ‘c%at’ without using solr or elastic search. Appreciate your response! Regards, Manish Sent from my iPhone

[RESULT][VOTE] Simplifying our release versioning process

2025-04-24 Thread Josh McKenzie
It's been 7 days and I think we have a clear consensus w/some good follow up action items. Vote results: • Binding: 16 in favor (roll call: 21) • Non-binding: 5 in favor • Dissent: none Follow ups: • Enshrine this agreed upon procedural text in our wiki w/link to discussion and vote threads

Re: Python and Go callouts during ant compile/build task

2025-04-24 Thread Štefan Miklošovič
I don't see it necessary to port Gradle stuff to Ant. I have noticed zero problems with it after CEP-15 merge. Basically a non-event. It just looks strange that we have Ant + Maven poms / resolver wired into it + submodule on Gradle. I mean ... wow. There is nothing wrong per se but ... strange. O

Re: Python and Go callouts during ant compile/build task

2025-04-24 Thread Štefan Miklošovič
It is not installed when it is present on the computer already, it should take that instead. If we treat Go the same way as Python then we might drop its installation. It is there for convenience mostly. We also do not install Python so ... On Thu, Apr 24, 2025 at 12:24 PM Brandon Williams wrote

Re: Python and Go callouts during ant compile/build task

2025-04-24 Thread Brandon Williams
Why do we depend on python3 but install golang? I can relate to those who don't want random binaries installed and executed on their system. Kind Regards, Brandon On Thu, Apr 24, 2025 at 3:39 AM Mick Semb Wever wrote: > > it's for the website docs. these are in-tree under doc/ > there's stuff

Re: Python and Go callouts during ant compile/build task

2025-04-24 Thread Štefan Miklošovič
Hi Alex, all The way I use it is that I have this in build.properties (just copy build.properties.default in repo) and change the content. build.properties file is in .gitignore and I think it is the most idiomatic way to do this kind of stuff. $ cat build.properties ant.gen-doc.skip=true ant.no

Re: Python and Go callouts during ant compile/build task

2025-04-24 Thread Mick Semb Wever
it's for the website docs. these are in-tree under doc/ there's stuff that's auto-generated. e.g. nodetool, yaml, native protocol pages from their corresponding classes. it was an oversight to not have raised a discuss thread for the introduction of golang into the build system. this was only d

Re: Python and Go callouts during ant compile/build task

2025-04-24 Thread Benedict
We should separate out any grade discussion. I’m happy to migrate accord to ant if that’s the project preference, but there’s continual discussion to begin modularising Cassandra (at least a little), and a proposal to use grade for the modules - which might be a happy medium for everyone’s competin

Re: Python and Go callouts during ant compile/build task

2025-04-24 Thread Alex Petrov
Could you elaborate how specifically having a generate docs task on by default is helping newcomers, and how code changes break docs? Also, are we talking about javadoc or documentation website? On Thu, Apr 24, 2025, at 8:25 AM, Mick Semb Wever wrote: > Does this also apply to gradle, which now