datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
**Describe the bug** A clear and concise description of what the bug is. in the test case `select_distinct_from` Run the test case, we will meet the error for optimizer: ```...
**Describe the bug** in this https://github.com/apache/arrow-datafusion/pull/3396 pr, I remove the type coercion in the physical phase. We need do the type coercion in the logical phase as much as early....
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In Ballista, I have key-value pairs for configs that I would like...
# Which issue does this PR close? Closes #3577 # Rationale for this change optimize join's performance when join has OR clauses in filter or on clause. examine any OR...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** examine OR clause for join to see if any useful clauses can...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** As explained by @alamb in the user defined plan: > TopK Background:...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Inside `Accumulator` implementation of `VarianceAccumulator` (and many others like `CovarianceAccumulator`) `update_batch` method...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** `RANGE` with offset `PRECEDING/FOLLOWING` requires exactly one `ORDER BY` column. However, when...
# Hardcoded u64 for WindowFrameBound fields **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** `WindowFrameBound` enum takes `Option` for `Preceding`...