-
### Is your feature request related to a problem or challenge?
Currently a number of operations are implemented directly on ScalarValue, including:
* Arithmetic
* Logical And
* Logical Or
* B…
-
Seen while running delta-rs tests:
```bash
cargo test --features hdfs,integration_test --test integration_concurrent_writes test_concurrent_writes_hdfs
```
Failure seen:
```bash
---- t…
-
### Describe the bug
SQLs like these will fail:
```sql
SELECT a as alias_a, a FROM data;
```
or
```sql
SELECT a as alias_a FROM data ORDER BY a;
```
The error message looks like
```
Error…
-
Motivation:
1. Improved compile times (at least by 2x compared to arrow-rs).
2. Faster Parquet impl
3. Projects are migrating to arrow2 (including Datafusion and Polars)
-
### Describe the bug
Since bigdecimal 0.4.3 introduced, there is an display formatting bug leading tests to fail with data type R.
### To Reproduce
```
query R
select 10.0
----
10
External …
-
**What happened**:
When setting `sql.identifier.case_sensitive=True` dask-sql still ends up converting identifiers to lowercase during the planning stage.
**What you expected to happen**:
Ca…
-
**Describe the bug**
Hi, I was trying a data processing pipeline. Here is the full code of the pipeline. While writing the result into CSV by default it creates several csv partition files but all th…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
I am accessing GCP resources from AWS using GCP Workload Identity Federation.
**Descri…
-
### LanceDB version
v0.12.0
### What happened?
db = lancedb.connect("my_db")
df = db.open_table("my_table").to_polars().collect()
With polars version 1.4.1 installed, this returns the fol…
-
### Is your feature request related to a problem or challenge?
In our cases, we have left_table(multi file group) and right_table(single file group), and we write the sql
```
select * from left…