Search before asking
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?
Code of Conduct
Search before asking
Description
doris version: 3.0.5
please cancel this check and error throw, thanks!
Solution
No response
Are you willing to submit PR?
Code of Conduct