-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Search before asking
- I had searched in the issues and found no similar issues.
Version
1.0
What's Wrong?
ERROR 1105 (HY000): errCode = 2, detailMessage = Not support send block
mysql> select * from external_test_cdc into outfile "file:///data/result_";
+------------+-----------+----------+--------------------------------------------------------------------+
| FileNumber | TotalRows | FileSize | URL |
+------------+-----------+----------+--------------------------------------------------------------------+
| 1 | 12 | 222 | file:///172.19.0.12/data/result_153945bea1f64522-a993753172a91a58_ |
+------------+-----------+----------+--------------------------------------------------------------------+
1 row in set (0.03 sec)
mysql> set enable_vectorized_engine = true;
Query OK, 0 rows affected (0.00 sec)
mysql> select * from external_test_cdc into outfile "file:///data/result_";
ERROR 1105 (HY000): errCode = 2, detailMessage = Not support send block
What You Expected?
Export is normal after enabling vectorization
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable