Shuo Cheng
Shuo Cheng
**你想要什么功能或者有什么建议?** 目前没有用户登录管理,对于部署在私人服务器上的用户,可能不希望所有人都能通过 API key 模式来访问服务;希望可提供配置禁用 API Key 模式访问服务,强制必须设置访问密码. 
### Change Logs This PR introduces a new partition pruner for Flink source based on the Partition Stats Index. Before this PR, Flink source (batch or streaming) uses partition filters...
…able ### Change Logs Use blocking instant generation in Flink writer for COW table ### Impact Use blocking instant generation in Flink writer for COW table ### Risk level (write...
### Change Logs Fix flaky test ITTestHoodieDataSource#testLookupJoin ### Impact Fix flaky test ITTestHoodieDataSource#testLookupJoin ### Risk level (write none, low medium or high below) none ### Documentation Update _Describe any necessary...
…y iterator for FG reader Currently, `getClosableHoodieRecordIterator` has redundant conversion: engine record `BufferedRecord`, and `getClosableKeyIterator` has redundant process `readerContext.getRecordKey`. We actually can make a refactor to get these iterators more...