yihua commented on code in PR #5454:
URL: https://github.com/apache/hudi/pull/5454#discussion_r861476232
##########
website/docs/quick-start-guide.md:
##########
@@ -41,24 +51,24 @@ values={[
From the extracted directory run spark-shell with Hudi as:
```scala
-// spark-shell for spark 3.1
+// spark-shell for spark 3.2
spark-shell \
- --packages
org.apache.hudi:hudi-spark3.1.2-bundle_2.12:0.10.1,org.apache.spark:spark-avro_2.12:3.1.2
\
+ --packages org.apache.hudi:hudi-spark3.2-bundle_2.12:0.11.0 \
Review Comment:
Good catch. Addressed.
--
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]