-
### Is your feature request related to a problem or challenge?
As a follow on to #12846 we should add the remaining data types in arrow.
https://github.com/apache/datafusion/pull/12846/files/9d6c4…
-
One large limitation on spark/hive stuff over traditional datawarehouse is to provide auto-increment fields.
I wonder if delta could achieve this. One idea would be to store the actual max_value wi…
-
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10374
it's in Oracle 21 so we need that.
-
### Describe the bug
Related to #7797
Empty strings in CSV files aren't being interpreted as null when using a `Dictionary(_, Utf8)`
### To Reproduce
Create a simple `input.csv` file like this:
…
-
DataType should implement `Ser/De` via `Display` instead of use default impl.
-
`None` values in Metadata can cause validation errors:
```
def mk_rcs(**kwargs):
...
meta.rcs["bank"] = kwargs.get("bank", None)
meta.rcs["led"] = kwargs.get("led", None)
...
```
M…
-
![image](https://github.com/user-attachments/assets/b32f13af-6be5-41d3-9528-6bb2e541e1bf)
-
(split off from https://github.com/Sveino/Inst4CIM-KG/issues/49)
> in JSONLD it must be 1.23 and not "1.23" for a float.
I wrote in https://github.com/3lbits/CIM4NoUtility/issues/278 about the d…
-
**Describe the bug**
The data type for the FLOAT column in the source is incorrectly being interpreted as INT64 (type code 3) when fetching data from the cursor. This discrepancy leads to loss of pre…
-
Currently the db.go has long methods (populateDB), which stores both default data in the form of maps and methods that could be reused in accessing or editing other databases. Both should be extracted…