felixYyu

Results 16 comments of felixYyu

Thanks @SandyXSD, I will to try. other JuiceFS client node whether HA is required, how to ?

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.

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...