Skip to content

feat: Add all support arrow types to our tests (e.g. int8, int16, float64) #805

@erezrokah

Description

@erezrokah

Are you positive this feature should be implemented in the SDK?

  • I'm positive this is an SDK feature

Which problem is this feature request solving?

Our test table used in destinations only supports a subset of the arrow types

func TestSourceTable(name string) *schema.Table {
so we can't easily test int8, int16, etc.

Describe the solution you'd like

This is a feature request to support all arrow types so we can test them properly. We should probable add those as schema.Type (or replace our own typing first).

Pull request (optional)

  • I can submit a pull request

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions