Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Algunenano committed Jan 12, 2024
1 parent 8e5cd5e commit f95254b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
@@ -0,0 +1 @@
49.9
5 changes: 5 additions & 0 deletions tests/queries/0_stateless/02966_float32_promotion.sql
@@ -0,0 +1,5 @@
-- https://github.com/ClickHouse/ClickHouse/issues/58680
CREATE OR REPLACE TABLE f32_table (my_field Float32) ENGINE=Memory();
INSERT INTO f32_table values ('49.9');
SELECT * FROM f32_table where my_field = '49.9';
DROP TABLE f32_table;

0 comments on commit f95254b

Please sign in to comment.