datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
**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...
**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...
**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...
**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**...
****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...
**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...
**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.** A clear and concise description of what the problem is. Ex. I'm...
**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)...
**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...