Hi! Since the addition of this check: <https://gi...
# questions-and-troubleshooting
v
Hi! Since the addition of this check: https://github.com/StarRocks/starrocks/blob/e5bf03cda5acc66f9321760c046fdcbb30a8fa16/fe/fe-core/src/main/java/com/starrocks/qe/ConnectProcessor.java#L406-L415 Starrocks + Duckdb (with MySQL extension) it can no longer be used, because internally DuckDB launches a SELECT to retrieve information from all the schemas. This SELECT, together with this check inside StarRocks, causes an error in StarRocks when you try to perform an INSERT using DuckDB + the MySQL extension. What was the purpose of this check? Why limit transactions to only pure INSERTs?
a
Can you create a GitHub issue to track it?
👍 1
v
You are already working on it, thanks a lot!