Philip Stoev
Philip Stoev
One could say that there has been some improvement, but this is still reproducible to me. Once all the replicas have been fired up, the `SELECT` starts taking 1-2 seconds,...
I was running localy On Thu, Jun 23, 2022, 19:16 Aljoscha Krettek ***@***.***> wrote: > @philip-stoev Where you running this on > Kubernetes, or "locally"? Because this should only happen...
@benesch the only mitigating circumstance re. parsing the logs is that you can put a string in the failpoint and then fish for that exact string in the output. So...
I made changes to the Dockerfile of the ci-builder, but now compilation from within the container fails as follows: ``` = note: x86_64-unknown-linux-gnu-ld.lld: error: undefined symbol: __libc_csu_fini >>> referenced by...
@benesch . I did as you suggested and now the only external dependency required is "libtool". Is that acceptable? Should I add it to doc/developer/guide.md and ci/builder/Dockerfile ? Without libtool...
@benesch this is ready for another look. I added a third-party crate to compare the actual and expected EXPLAIN PHYSICAL PLAN JSON-s . However, this library panics so I also...
@benesch Thanks a lot for all the PR iterations! Unfortunately there is a yet another surprise -- the bundled version of jq does not build on OSX. Only the jq...
@benesch Yes, it is about jq's double-dot operator, which allows you to fish for a particular key regardless of its position within the tree. I believe that tests written that...
@benesch adding such an operator would be beyond my abilties so needs to be scheduled to a developer ... so I am going for the fork et al since this...
This is hopeless. Even when using the most recent jq source, the compilation error is only fixed for iOS but not for OSX :-( . I am unable to make...