You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Hm, it is another problem. Here is the reproduce code.
createtabletest_int(a int) using parquet;
insert overwrite test_int values(0);
-- this returns null as expected.select a /0from test_int;
-- this returns 0.0, which is the actual problem.select a *1.0/0from test_int;
No description provided.
The text was updated successfully, but these errors were encountered: