xuzifu666
xuzifu666
### Steps to reproduce the behavior (Required) when we use jdbc link such as mysql -uuser -ppassword -P9030 -hhost -Dhive_catalog0.db,then create function as ``` mysql> CREATE FUNCTION MY_TEST_FUNC(string) -> RETURNS...
removePartialMatch is useless in Mather,and avoid be used by other function remove it
### Change Logs HoodieFlinkStreamer should disable compaction in pipeline with append mode ### Impact low ### Risk level (write none, low medium or high below) low ### Documentation Update _Describe...
### Change Logs when user execute merge into or insert into to a table,if source table data is not right(such as source schema is not consistent to target table),should shutdown...
### Description of PR Currently connection leak in FolderRenamePending in getting bytes. the pr aim to fix it ### How was this patch tested? ### For code changes: - [x]...
### Change Logs Relate to the issue: https://github.com/apache/hudi/issues/7216 occur bucket id multiple, only need delete the parition next write can success,but did not delete partition currently,add a config to implement...
### What changes were proposed in this pull request? Fix some StreamReader not set with UTF8,if we actually default charset not support Chinese chars such as latin and conf contain...
### What changes were proposed in this pull request? This PR aim to call conf.resolver for each call in Analyzer. ### Why are the changes needed? conf.resolver be called repeated...
### Change Logs refer issue : https://issues.apache.org/jira/browse/HUDI-7772 When user alter table by adding a column then insert new data to the table with set mdt enable, would error out with...
### Change Logs if fs.hdfs.impl.disable.cache is true,FileSystemBasedLockProvider memory would increase all the time to oom due to FileSystem Cache is too large,so we should close fs in close method to...