Skip to content

[Enhancement] column num must equal between inner passthrough query and outter of passthrough query, or deliver an error #55859

@lschampion

Description

@lschampion

Search before asking

  • I had searched in the issues and found no similar issues.

Description

doris version: 3.0.5

-- no error
select order_id, customer_id from 
QUERY(
'catalog'='postgres_jdbc',
'query'='select order_id, customer_id from ischema.orders where 1=1'
);

-- error: ERROR 1105 (HY000): errCode = 2, detailMessage = (some ip)[INTERNAL_ERROR]input and output column num not equal of jdbc query.
select  customer_id from 
QUERY(
'catalog'='postgres_jdbc',
'query'='select order_id, customer_id from ischema.orders where 1=1'
);

please cancel this check and error throw, thanks!

Solution

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

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions