Skip to content

Remove one copy of ballista datatype serialization code - #1524

Merged
alamb merged 1 commit into
apache:masterfrom
alamb:alamb/remove_copy_paste
Jan 6, 2022
Merged

Remove one copy of ballista datatype serialization code#1524
alamb merged 1 commit into
apache:masterfrom
alamb:alamb/remove_copy_paste

Conversation

@alamb

@alambalamb commented Jan 5, 2022

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

NA

Rationale for this change

While working on #1523 I noticed that there were two copies of the protobuf --> DataType logic.

Not only does this duplicate effort, it also potentially allows for divergent implementations

What changes are included in this PR?

Remove one copy of the conversion logic and call the other

Are there any user-facing changes?

No

@alambalamb changed the title Remove one copy of datatype serialization codeRemove one copy of ballista datatype serialization codeJan 5, 2022
)
}
})
pb_arrow_type.try_into()

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alamb
alamb merged commit ecb09d9 into apache:masterJan 6, 2022
@alamb
alamb deleted the alamb/remove_copy_paste branch January 6, 2022 12:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@alamb@houqp