felixYyu
felixYyu
Thanks @SandyXSD, I will to try. other JuiceFS client node whether HA is required, how to ?
Thanks, I understand and close this issue.
cc: @rdblue @findepi
updated the PR description, Please check whether it is OK? @rdblue
@rdblue The description of the solution has been updated, Could you review that again please?
@alexjo2144 Could you testing with this patch, If there is still a problem, try another way.
@rdblue Could you merge this PR?
I try to edit SparkTable implements SupportsPartitionManagement ``` @Override public StructType partitionSchema() { return (StructType) SparkSchemaUtil.convert(icebergTable.spec().partitionType()); } @Override public void createPartition(InternalRow ident, Map properties) throws PartitionAlreadyExistsException, UnsupportedOperationException { if(partitionExists(ident)){ throw...