voltrondata / spark-substrait-gateway

Implements a gateway that speaks the SparkConnect protocol and drives a backend using Substrait (over ADBC Flight SQL).
Apache License 2.0
15 stars 8 forks source link

feat: support short-type in arrow schema #64

Closed pat70 closed 1 month ago

pat70 commented 1 month ago

Our queries fail on some datasets that have "ShortType" fields. https://spark.apache.org/docs/latest/sql-ref-datatypes.html#supported-data-types

This PR adds schema-support for "ShortType" fields.

github-actions[bot] commented 1 month ago

ACTION NEEDED

Substrait follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.