Join Slack
Powered by
Hi! Since the addition of this check: <https://gi...
# questions-and-troubleshooting
v
Victor G.
09/30/2025, 8:40 AM
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
Alvin Zhao
09/30/2025, 9:17 AM
Can you create a GitHub issue to track it?
👍 1
v
Victor G.
09/30/2025, 10:33 AM
https://github.com/StarRocks/starrocks/issues/63741
👍 1
Victor G.
10/01/2025, 8:00 AM
You are already working on it, thanks a lot!
Open in Slack
Previous
Next