rangareddy commented on code in PR #544:
URL: https://github.com/apache/incubator-xtable/pull/544#discussion_r1770762819


##########
pom.xml:
##########
@@ -68,8 +69,10 @@
         <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
         <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
         <parquet.version>1.12.2</parquet.version>
-        <scala.version>2.12.15</scala.version>
-        <scala.version.prefix>2.12</scala.version.prefix>
+        <scala12.version>2.12.15</scala12.version>
+        <scala13.version>2.13.8</scala13.version>

Review Comment:
   Based on the Spark version, we need to use a supported Scala version. 
Specifically, **Spark 3.4** version supports **Scala 2.12.17** for **Scala 
2.12** and **Scala 2.13.8** for **Scala 2.13**.
   
   Whenever I address all review comments, I will update the Scala 2.12 version 
to 2.12.17.
   
   **Reference:**
   
   1. https://github.com/apache/spark/blob/branch-3.4/pom.xml#L3624



-- 
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