Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Return error "Collection doesn't exist" if the target collection doesn't exist
  • Return error "Party Partition doesn't exist" if the target partition doesn't exist
  • Return error "Bucket doesn't exist" if the target bucket doesn't exist
  • Return error "File list is empty" if the row-based files list is empty
  • For row-based files, all All fields must be presented, otherwise, return the error "The field xxx is not provided"For column-based files, each field must correspond to a file, otherwise, return the error "The field xxx is not provided"
  • For column-based files, if a vector field is duplicated in numpy file and json file, return the error "The field xxx is duplicated

...