linqichen created FLINK-37619:
---------------------------------
Summary: cdcpiple sink paimon meet IllegalArgumentException when
add column
Key: FLINK-37619
URL: https://issues.apache.org/jira/browse/FLINK-37619
Project: Flink
Issue Type: Bug
Components: Flink CDC
Affects Versions: cdc-3.2.1
Reporter: linqichen
hive (my_testdb)> select * from test_1 limit 10;
FAILED: IllegalArgumentException Hive DDL and paimon schema mismatched! It is
recommended not to write any column definition as Paimon external table can
read schema from the specified location.
There are 20 fields in Hive DDL: id, name, description, created_date,
modified_datetime, status, price, quantity, code, category_id, supplier_id,
discount, tax_rate, total_amount, remarks, is_active, registration_date,
last_login, phone_number, email_address
There are 21 fields in Paimon schema: id, name, description, created_date,
modified_datetime, status, price, quantity, code, category_id, supplier_id,
discount, tax_rate, total_amount, remarks, is_active, registration_date,
last_login, phone_number, email_address, new_column
--
This message was sent by Atlassian Jira
(v8.20.10#820010)