datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Apache DataFusion SQL Query Engine

Results 1065 datafusion issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** When I do this pr https://github.com/apache/arrow-datafusion/pull/3396/files# I am stuck by many issue...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** part of #122 in the #122, we have supported the decimal type...

enhancement

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

enhancement

**Describe the bug** table_path when using: ``` context.register_csv ``` does not support spaces in path. **To Reproduce** ``` context = SessionContext::new(); context .register_csv("testing", "/folder/test folder/testing.csv", CsvReadOptions::new()) .await ``` **Expected behavior**...

bug

****Which issue does this PR close?**** We offer a partial implementation of [windows with custom window frames](https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS) and improve the situation on [#361](https://github.com/apache/arrow-datafusion/issues/361). As a team, this is our first...

sql
logical-expr
physical-expr
core

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** the three exprs `expr1 between expr2 and expr3` should have the same...

enhancement

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

enhancement

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

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: ``` ❯ select concat('a', null) from t; +------------------------+ | concat(Utf8("a"),NULL)...

bug

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

enhancement