DemonJun
DemonJun
my code like this: ``` ClickHouseClient clickHouseClient = CkUtils.buildClient(node); ClickHouseRequest request = clickHouseClient.connect(node); Pair tableColumns = CkUtils.getTableColumns(request, "default", "test"); String columns = tableColumns.getKey().stream() .map(ClickHouseColumn::getColumnName) .collect(Collectors.joining(",")); Mutation mutation = request.copy() .write()...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-fury/issues) and found no similar issues. ### Version jdk: 17 fury: 0.4.1 ### Component(s) Java ### Minimal reproduce step...
During data stream processing, it is often necessary to deep copy data for multiple times, especially when there are too many class attributes and subclasses, manual deep copying is too...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.7.1 ### Component(s) Java ### Minimal reproduce step ``` List
## Is your feature request related to a problem? Please describe. When the upstream and downstream attributes are inconsistent, for example, the upstream is 10 fields, the downstream is not...