Releases: datafusion-contrib/datafusion-catalogprovider-glue
v0.4.0
v0.3.0
chore: Release package datafusion-catalogprovider-glue version 0.3.0
Release v0.2.0
Prepare release 0.2.0
Release v0.1.7
Prepare release 0.1.7
Release v0.1.6
Added API such that user can decide on which strategy to determine schema of table
Release v0.1.5
Basic support for JSON
Handles #8
Works on files which look like this:
{"a":1, "b":2.0, "c":false, "d":"4"}
{"a":-10, "b":-3.5, "c":true, "d":"4"}
{"a":2, "b":0.6, "c":false, "d":"text"}
{"a":1, "b":2.0, "c":false, "d":"4"}
{"a":7, "b":-3.5, "c":true, "d":"4"}
{"a":1, "b":0.6, "c":false, "d":"text"}
Does not work on files which are a single json array:
[
{"a":1, "b":2.0, "c":false, "d":"4"},
{"a":-10, "b":-3.5, "c":true, "d":"4"},
{"a":2, "b":0.6, "c":false, "d":"text"}
]
Release v0.1.4
Added support for extra glue/athena data types:
- TINYINT
- SMALLINT
- CHAR
- VARCHAR
- DATE
Fixed field naming of arrays (element instead of id) and map (key_value instead of entries)
Release v0.1.3
Replace bunch of .unwrap() calls with ok_or to stay in the "result" flow instead of panicking.
Release v0.1.2
Prepare release 0.1.2
Release v0.1.1
Test automated releases