Shilun Fan created HUDI-5283:
--------------------------------
Summary: Replace deprecated method Schema.parse With Schema.Parser
Key: HUDI-5283
URL: https://issues.apache.org/jira/browse/HUDI-5283
Project: Apache Hudi
Issue Type: Improvement
Components: cli
Reporter: Shilun Fan
When reading the code, I found that
HoodieBootstrapSchemaProvider#getBootstrapSchema uses the deprecated method
Schema.parse, which can be replaced by Schema.Parser().parse(),
At the same time, I searched at the moudle level, only to find that this place
uses an deprecated method.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)