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

CLI renders nested varbinary inconsistently #2858

Closed
findepi opened this issue Feb 17, 2020 · 0 comments · Fixed by #2870
Closed

CLI renders nested varbinary inconsistently #2858

findepi opened this issue Feb 17, 2020 · 0 comments · Fixed by #2870
Assignees
Labels
bug Something isn't working
Milestone

Comments

@findepi
Copy link
Member

findepi commented Feb 17, 2020

c.f3 is varbinary.

presto:default> SELECT c.f3 FROM t;
    f3
----------
 ab cd ef

-- here hex presentation is used

but

presto:default> SELECT c FROM t;
                  c
--------------------------------------
 {f1=177, f2=ma kota, f3=[B@6ebf0f36}

-- here byte[]#toString is used instead of hex

@findepi findepi added the bug Something isn't working label Feb 17, 2020
@wendigo wendigo self-assigned this Feb 18, 2020
@findepi findepi added this to the 331 milestone Mar 5, 2020
@findepi findepi mentioned this issue Mar 5, 2020
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

2 participants