Skip to content

Releases: datafusion-contrib/datafusion-catalogprovider-glue

v0.4.0

02 May 06:21
bc90cb3
Compare
Choose a tag to compare

Added

  • Add support for deltalake

Other

  • Added changelog file

v0.3.0

23 Apr 09:54
a998aea
Compare
Choose a tag to compare
chore: Release package datafusion-catalogprovider-glue version 0.3.0

Release v0.2.0

27 Sep 14:56
Compare
Choose a tag to compare
Prepare release 0.2.0

Release v0.1.7

10 Jun 13:54
Compare
Choose a tag to compare
Prepare release 0.1.7

Release v0.1.6

10 Jun 05:37
Compare
Choose a tag to compare

Added API such that user can decide on which strategy to determine schema of table

Release v0.1.5

09 Jun 20:13
Compare
Choose a tag to compare

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

09 Jun 14:23
Compare
Choose a tag to compare

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

09 Jun 12:22
Compare
Choose a tag to compare

Replace bunch of .unwrap() calls with ok_or to stay in the "result" flow instead of panicking.

Release v0.1.2

08 Jun 17:07
Compare
Choose a tag to compare
Prepare release 0.1.2

Release v0.1.1

01 Jun 13:57
Compare
Choose a tag to compare

Test automated releases