Zouxxyy opened a new pull request, #7435:
URL: https://github.com/apache/hudi/pull/7435

   ### Change Logs
   
   Some values may contain '=', such as the partition path, when using 
--hoodie-conf to add configuration, the verification will fail, for example:
   
   ```shell
   spark-submit \
   --class org.apache.hudi.utilities.HoodieClusteringJob \
   hudi-utilities-bundle_2.11-0.12.0.jar \
   --mode scheduleAndExecute \
   --base-path xxx \
   --table-name xxx \
   --spark-memory 16g \
   --hoodie-conf 
hoodie.clustering.plan.partition.filter.mode=SELECTED_PARTITIONS \
   --hoodie-conf 
hoodie.clustering.plan.strategy.cluster.begin.partition=ds=2022-12-03/hour=21 \
   --hoodie-conf 
hoodie.clustering.plan.strategy.cluster.end.partition=ds=2022-12-03/hour=21
   ```
   `begin.partition` and `end.partition` will be verified as failed
   
   ### Impact
   
   After adding the patch, hudi-utilities supports parsing the value containing 
'=' when using --hoodie-conf
   
   ### Risk level (write none, low medium or high below)
   
   Low
   
   ### Documentation Update
   
   None
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to