Dian Qi
Dian Qi
## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring...
When the option to capture newly added tables is on, always discover captured tables.
Signed-off-by: to #103, Support PB format serializer in Kafka Source
Signed-off-by: to #123, support pulsar connector source
# Thank you for contributing an eval! ♥️ 🚨 Please make sure your PR follows these guidelines, __failure to follow the guidelines below will result in the PR being closed...
hudi version: 0.14.0 Our production environment don't have hive server but rather a standalone hive metastore backed by postgreSQL. I cannot find any documentations regarding how to sync to hive...
I'm using macos m2 and have spent 20+ hours on dev set up using gradle script, e.g., quickStart and quickStartPg. The mysql and postgresql containers ALWAYS fail. I noticed the...
```js const regStr = '/abc-/gi'; const lists = [ { type: 'regex', match: regStr } ] console.log(searchKeyValues(lists, 'abc')) // should not match console.log(searchKeyValues(lists, 'abc-')) // should match ```
I'm familiar with React/Vue and tried to develop a fullstack app using Dioxus recently. idk if the following blocker I've met is general enough but I'd like to bring them...