yihua commented on code in PR #18956:
URL: https://github.com/apache/hudi/pull/18956#discussion_r3408819923
##########
hudi-examples/hudi-examples-spark/src/test/python/HoodiePySparkQuickstart.py:
##########
@@ -236,7 +236,7 @@ def insertOverwrite(self):
parser = argparse.ArgumentParser(description="Examples of various
operations to perform on Hudi with
PySpark",formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument("-t", "--table", action="store", required=True,
help="the name of the table to create")
group = parser.add_mutually_exclusive_group(required=True)
- group.add_argument("-p", "--package", action="store", help="the name of
the hudi-spark-bundle package\n eg.
\"org.apache.hudi:hudi-spark3.5-bundle_2.12:0.12.0\"")
+ group.add_argument("-p", "--package", action="store", help="the name of
the hudi-spark-bundle package\n eg.
\"org.apache.hudi:hudi-spark3.3-bundle_2.12:0.12.0\"")
Review Comment:
fixed.
--
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]