hudi-bot opened a new issue, #16548:
URL: https://github.com/apache/hudi/issues/16548
{code:java}
CREATE TABLE hudi_table (
ts BIGINT,
uuid STRING,
rider INT,
driver STRING,
fare DOUBLE,
city STRING
) USING HUDI
PARTITIONED BY (city);
alter table hudi_table alter column rider type BIGINT;
ALTER TABLE CHANGE COLUMN is not supported for changing column 'rider' with
type 'IntegerType' to 'rider' with type 'LongType' {code}
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-7984
- Type: Bug
- Fix version(s):
- 1.1.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]