Commit e85f839
authored
[fix](case) Fix
### What problem does this PR solve?
Fix
```
createMV("create materialized view mv1_1 as select k1,bitmap_intersect(to_bitmap(k2)) from d_table group by k1;")
^^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception:
java.sql.SQLException: errCode = 2, detailMessage = Duplicate column name 'k1'
```different_serialize_cloud case (apache#59555)1 parent bf57e75 commit e85f839
File tree
1 file changed
+6
-6
lines changed- regression-test/suites/cloud_p0/different_serialize
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments