jerryshao commented on code in PR #8432: URL: https://github.com/apache/gravitino/pull/8432#discussion_r2324330786
########## docs/fileset-catalog-with-adls.md: ########## @@ -306,12 +306,12 @@ Or use the bundle jar with Hadoop environment if there is no Hadoop environment: ### Using Spark to access the fileset -The following code snippet shows how to use **PySpark 3.1.3 with Hadoop environment(Hadoop 3.2.0)** and JDK8 to access the fileset: +The following code snippet shows how to use **PySpark 3.5.0 with Hadoop environment(Hadoop 3.3.4)** and JDK8, JDK17 to access the fileset: Review Comment: The thing is that why do we only pick JDK 8 and 17? If we want to list all the supported JDK versions, JDK 11 also should be listed. Otherwise, I would suggest giving an example without needing to mention the JDK version, and add a sentence mentioned about the difference of using JDK 17. -- 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]
