diff --git a/SIT/features/06_partition_range/migrate_with_partitionfile.properties b/SIT/features/06_partition_range/migrate_with_partitionfile.properties index a764132e..706f85ca 100644 --- a/SIT/features/06_partition_range/migrate_with_partitionfile.properties +++ b/SIT/features/06_partition_range/migrate_with_partitionfile.properties @@ -18,7 +18,6 @@ spark.cdm.perfops.numParts 1 spark.cdm.autocorrect.missing true spark.cdm.autocorrect.mismatch true -spark.cdm.tokenrange.partitionFile.input ./partitions_input.csv -spark.cdm.tokenrange.partitionFile.output ./partitions_output.csv -spark.cdm.tokenrange.partitionFile.appendOnDiff true +spark.cdm.tokenrange.partitionFile.input ./partitions.csv +spark.cdm.tokenrange.partitionFile.output ./partitions.csv