Skip to content

[Bug] Query export exception after enabling vectorization #9731

@hf200012

Description

@hf200012

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions