Spacrocket
Results
2
issues of
Spacrocket
When trying to execute this snippet: ```JAVA String json = "[1,2,3]"; Collector collector = SURFER.collector(json); ValueBox box = collector.collectAll("$[-1:]", Object.class); ``` Code returns [1,2,3], shouldn't it return element 3 according...
https://github.com/questdb/questdb/issues/4107 Returning size 0 from TableReader helps with not blocking all queries on table while still giving a user a chance to run the drop partition command or investigate why...