summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/bitcast_implicit/div_bitcast.sql
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-12-26 13:15:14 +0300
committerrobot-piglet <[email protected]>2024-12-26 13:36:50 +0300
commit98b351241c7fb7ee4caff0ee09598e54bec59fe5 (patch)
tree0f2f0af87d6b86821731825bbb1ee51c8cc1a96c /yql/essentials/tests/sql/suites/bitcast_implicit/div_bitcast.sql
parent179a188c92e62f168719f4bb4bb9a8a464fb3d80 (diff)
Intermediate changes
commit_hash:d6e69042088451340ac37dd3d928f2cb483a54e9
Diffstat (limited to 'yql/essentials/tests/sql/suites/bitcast_implicit/div_bitcast.sql')
-rw-r--r--yql/essentials/tests/sql/suites/bitcast_implicit/div_bitcast.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/yql/essentials/tests/sql/suites/bitcast_implicit/div_bitcast.sql b/yql/essentials/tests/sql/suites/bitcast_implicit/div_bitcast.sql
index f17b9204c14..7b21a031603 100644
--- a/yql/essentials/tests/sql/suites/bitcast_implicit/div_bitcast.sql
+++ b/yql/essentials/tests/sql/suites/bitcast_implicit/div_bitcast.sql
@@ -1,4 +1,3 @@
-USE plato;
select 1ul/1; -- warn
select 1u/1; -- warn
select 1l/1u; -- ok