databendlabs / databend

𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.88k stars 753 forks source link

Feature: null type should infer as String Null by default in create as statement #16794

Open sundy-li opened 2 weeks ago

sundy-li commented 2 weeks ago

Summary

Description for this feature.

🐳 :) create or replace table b as select 123 as col1, null  as col2;
error: APIError: ResponseError with 1006: Column `col2` have NULL type is not allowed
🐳 :)