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

c2r not right when column type is const #197

Closed
taiyang-li opened this issue Nov 17, 2022 · 0 comments · Fixed by #198
Closed

c2r not right when column type is const #197

taiyang-li opened this issue Nov 17, 2022 · 0 comments · Fixed by #198

Comments

@taiyang-li
Copy link

You have to provide the following information whenever possible.

0: jdbc:hive2://localhost:10000/> select sin(null) from range(2);  

+------------+
| SIN(NULL)  |
+------------+
| 0.0        |
| 0.0        |
+------------+
2 rows selected (3.217 seconds)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant