Alex Baden

Results 70 comments of Alex Baden

Hi @MarcusGDaniels , There are a few things you can try. To help us understand the query, try running again in verbose mode (`--verbose` or `verbose = true` in the...

Hi @thzyyx . I ran this through our internal test suite and it passed. I need a bit more time to look at the fix, so we can understand what...

Hi @alborotogarcia , First, looks like you need to update Folly. Our current minimum supported version is 2021.01.25, but I have been using the latest version and it seems to...

Looks like you want `libclang-9-dev` (or perhaps 8 for Cuda 10.2 compatibility, though we don't officially support < 11 anymore). On x86 ubuntu 18.04 I found `Compilation.h` in: `/usr/lib/llvm-9/include/clang/Driver/Compilation.h` after...

What version of folly do you have?

Try `folly 2021.05.10.00` -- it is possible later versions have broken something.

No need to reload -- bigint count just uses a 64-bit integer for `count(*)`, etc. The default is to use a 32-bit integer in the output slot, as most use...

Interesting -- you can actually put a breakpoint in that function in a debug build if you build w/ `ENABLE_JIT_DEBUG=on`. Were you able to get the QueryMemoryDescriptor output from the...

Note that we plan to move to gcc-9 imminently. Dependencies scripts have already been updated.

@misiugodfrey @paul-aiyedun @vinser52 what is the status of this PR (cc @Garra1980)?