Skip to content

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
@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