Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
Share this issue
CREATE TABLE T1 (col1 int, col2 int); INSERT INTO T1 (col1, col3) select l_orderkey, l_partkey from default.lineitem;
When the target column name is wrong (i.e.,, col3 in INSERT statement), the query will cause NPE.