You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql> INSERT INTO sink (name) SELECT 'john' AS name FROM sink;
ERROR 1105 (HY000): errCode = 2, detailMessage = Insert has filtered data in strict mode. url: http://192.168.1.224:8040/api/_load_error_log?file=__shard_56/error_log_insert_stmt_f5761498513f4ab5-823316e0596a9de0_f5761498513f4ab5_823316e0596a9de0
This is the log:
Reason: column_name[mykey], null value for not null column, type=BIGINT. src line [];
What You Expected?
I expect the data to go into the table and the column to be auto-incremented.
I wanted to provide a cleaner workflow that demonstrates the issue. I've attached a screenshot. I cannot understand what I'm doing wrong to get this error.
All the steps work, except the last one, where I'm trying to insert into the destination table based on a SELECT statement, from the source table.
…ange node rather than on TabletWriter when using `TABLET_SINK_SHUFFLE_PARTITIONED` (#36836)
## Proposed changes
Issue Number: close#36638#30914 add partition tablet sink
shuffle and the processing of auto_increment column should be handled on
exchange node raher than TabletWriter when using partition tablet sink
shuffle.
branch-2.1-pick: #37029
Search before asking
Version
2.1.3
What's Wrong?
Create simple table:
Insert values:
Fails when the data comes from a SELECT:
This is the log:
What You Expected?
I expect the data to go into the table and the column to be auto-incremented.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: