-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write support for additional Arrow datatypes (#1044)
# Description Added missing mapping from below mentioned arrow types to delta types, - `LargeUtf8` (LargeString) -> `string` - `LargeBinary` -> `binary` - `FixedSizeBinary(_)` -> `binary` - `LargeList(_)` -> `array` - `UInt8` -> `byte` - `UInt16` -> `short` - `UInt32` -> `int` - `UInt64` -> `long` - `Date64` -> `date` # Related Issue(s) closes #1024 --------- Signed-off-by: Chitral Verma <chitralverma@gmail.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Marijn Valk <marijncv@hotmail.com> Co-authored-by: Marko Grujic <markoog@gmail.com> Co-authored-by: Robert Pack <42610831+roeap@users.noreply.github.com> Co-authored-by: R. Tyler Croy <rtyler@brokenco.de> Co-authored-by: QP Hou <dave2008713@gmail.com> Co-authored-by: Will Jones <willjones127@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ilia Moshkov <is.moshkov@mail.ru> Co-authored-by: Ilya Moshkov <ilya.moshkov@exosfinancial.com> Co-authored-by: byteink <jonahgaox@gmail.com> Co-authored-by: John Batty <johnbatty@microsoft.com> Co-authored-by: Ian Alexander Joiner <14581281+iajoiner@users.noreply.github.com> Co-authored-by: Marijn Valk <marijncv@hotmail.com> Co-authored-by: David Blajda <db@davidblajda.com> Co-authored-by: Tommy Guy <richardtguy84@gmail.com> Co-authored-by: Tommy Guy <riguy@microsoft.com> Co-authored-by: bold <bernhard@specht.net> Co-authored-by: xudong.w <wxd963996380@gmail.com> Co-authored-by: Rachel Bushrian <rbushri@gmail.com> Co-authored-by: rbushrian <rbushrian@akamai.com> Co-authored-by: Matthew Powers <matthewkevinpowers@gmail.com>
- Loading branch information
1 parent
ff1c33d
commit d9920aa
Showing
6 changed files
with
143 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters