Skip to content

Commit

Permalink
retest github action
Browse files Browse the repository at this point in the history
Change-Id: Icf56c7c4ed461a2227ae2195425c36cc7cfbec7c
  • Loading branch information
jackylee-ch committed Aug 10, 2020
1 parent ad84016 commit b570496
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void createPartitions(
* the operation of dropPartitions need to be safely rolled back.
*
* @param idents an array of partition identifiers
* @throws NoSuchPartitionsException If the partition identifiers to drop doesn't exist
* @throws NoSuchPartitionsException If any partition identifier to drop doesn't exist
*/
void dropPartitions(
InternalRow[] idents) throws NoSuchPartitionsException;
Expand All @@ -77,7 +77,7 @@ void dropPartitions(
*
* @param idents the partition identifier of the existing partitions
* @param properties the new metadata of the partitions
* @throws NoSuchPartitionsException If the partition identifiers to alter doesn't exist
* @throws NoSuchPartitionsException If any partition identifier to alter doesn't exist
* @throws UnsupportedOperationException If partition property is not supported
*/
void replacePartitionMetadatas(
Expand Down

0 comments on commit b570496

Please sign in to comment.