Andy Grove
Andy Grove
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** This error is huge and not informative: > ```2022-09-15T22:16:55.300475Z WARN tokio-runtime-worker ThreadId(31)...
**Describe the bug** ``` Could not parse logical plan protobuf: Error during planning: General error: Unsupported binary operator '\\\"StringConcat\\\" ``` **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** It would be good to have some documentation explaining how to extend...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The Python bindings for BallistaContext have hard-coded configuration settings that cannot be...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** ``` >>> df = ctx.sql("CREATE EXTERNAL TABLE orders STORED AS PARQUET LOCATION...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I would like to be able to execute queries containing custom Python...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We should add the `python` crate to the workspace. This will involve...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I want to be able to spin up a scheduler and executor...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I tried to build the docker images using the instructions in the...
DataFusion's parser cannot parse `timestampadd(year, 2, d)` because `year` is not a keyword, so it assumes that this is an identifier and looks for a column with this name. This...