Andy Grove

Results 438 issues of 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)...

enhancement

**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...

bug

**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...

documentation
enhancement

**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...

enhancement

**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...

enhancement

**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...

enhancement

**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...

enhancement

**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...

documentation
enhancement

**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...

enhancement
good first issue
user experience

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...