Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused codepath in AvroColumnDecoder #17188

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

elonazoulay
Copy link
Member

If decoding to a REAL then getLong is called.

Description

Additional context and related issues

Release notes

( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

If decoding to a REAL then getLong is called.
@kokosing kokosing merged commit 11eb826 into trinodb:master Apr 24, 2023
@kokosing
Copy link
Member

Thanks

@github-actions github-actions bot added this to the 415 milestone Apr 24, 2023
@@ -178,7 +178,7 @@ public boolean isNull()
@Override
public double getDouble()
{
if (value instanceof Double || value instanceof Float) {
Copy link
Member

Choose a reason for hiding this comment

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

This is for avro data promotion and is needed.

@colebow colebow added the no-release-notes This pull request does not require release notes entry label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

4 participants