Madhavan
Madhavan
Please post your table schema here.
I tested this out it works (even if I use lowecase function name or `toUnixTimestamp`. Also, tested when `ck1` is part of the clustering key too). ### My Table Schema...
We probably also need to test for other similar cases like if the table name is also same as the cql data type like below: ``` token@cqlsh:correctness> create table int(int...
OK, here is a workaround solution to achieving this, ``` ./dsbulk unload -b /path/to/secure-connect-awesome-astra.zip -u token -p "AstraCS:REDACTED" -query "SELECT k,v FROM baselines.map_text_dsbulk" -header false 2> /dev/null | grep '{\\"2\\":.*}'...
Another flavor is here, ``` ./dsbulk unload -b /path/to/secure-connect-awesome-astra.zip -u token -p "AstraCS:REDACTED" -query "SELECT k,v FROM baselines.map_text_dsbulk" -header false 2> /dev/null | grep "{.*2.*}" | awk -F, '{ gsub(/[{}]/,...
Thank you @workdone0 for the contribution. Will you also be able to merge in [this unit test](https://github.com/cognitree/nosqlbench/pull/8/files) on this pr?
Dup to #716 and related to #526
Thank you for your contributions! Someone on the core team will review the PR and get back to you. Appreciate in advance for your patience here
We have not set Java 21 as the new default image, so this can wait for now.
@dependabot rebase