Sasha Krassovsky
Sasha Krassovsky
Weston is correct, the `key_hash` interface is only meant for internal use of hash tables. It subtly doesn't match xxh in some cases (iirc it for example can pad with...
I've been trying to get caught up on the context here - I took a look at #13654. My current understanding is: - The problem we are trying to solve...
You can fix OOM error by setting the LLVM_PARALLEL_LINK_JOBS flag when CMake configuring LLVM. I've set it to 8 before on a beefier machine, but maybe a more conservative setting...
Seems like the only CI issue is ``` `actual$x`: "2018-10-07T19:04:05" NA [24011](https://github.com/apache/arrow/actions/runs/3147572706/jobs/5117455486#step:11:24012) `expected$x`: "2018-10-07 19:04:05" NA [24012](https://github.com/apache/arrow/actions/runs/3147572706/jobs/5117455486#step:11:24013) ``` I see this issue on some other PRs and also I don't...
Rebasing, the R errors are gone but the scanner test seems to be failing: ``` terminate called after throwing an instance of 'std::system_error' [263](https://github.com/apache/arrow/actions/runs/3176058214/jobs/5174896904#step:11:264) what(): Resource temporarily unavailable [264](https://github.com/apache/arrow/actions/runs/3176058214/jobs/5174896904#step:11:265) terminate...
Seems like the only failure is in the scanner (again probably caused by scanner refactor): ``` [ RUN ] BasicNewScannerTests/TestScannerBase.ScanOrdered/3slow16f128b [262](https://github.com/apache/arrow/actions/runs/3176942289/jobs/5176817702#step:11:263) terminate called after throwing an instance of 'std::system_error' [263](https://github.com/apache/arrow/actions/runs/3176942289/jobs/5176817702#step:11:264)...
Good point, I'll start a discussion.
@pitrou @westonpace I've updated the parser to reflect the discussion on the mailing list. The language now looks like the traditional function call syntax instead of the lisp-style syntax. I've...
PR for allowing CREATE SUBSCRIPTION: https://github.com/neondatabase/neon/pull/6484
Added better error handling and support for escaping stuff with "\".