File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ You may use this library in your applications with the following dependency info
105105 spark-submit \
106106 --deploy-mode cluster \
107107 --master yarn \
108- --packages com.amazon.redshift:redshift-jdbc42:2.1.0.33 ,org.apache.spark:spark-avro_2.12:3.5.6,io.github.spark-redshift-community:spark-redshift_2.12:6.5.0-spark_3.5 \
108+ --packages com.amazon.redshift:redshift-jdbc42:2.1.0.34 ,org.apache.spark:spark-avro_2.12:3.5.6,io.github.spark-redshift-community:spark-redshift_2.12:6.5.0-spark_3.5 \
109109 my_script.py
110110 ```
111111
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ val publishSonatypeCentral = "true" equalsIgnoreCase System.getProperty("config.
3434lazy val ItTest = config(" it" ) extend Test
3535val testSparkVersion = sys.props.get(" spark.testVersion" ).getOrElse(sparkVersion)
3636val testHadoopVersion = sys.props.get(" hadoop.testVersion" ).getOrElse(" 3.3.4" )
37- val testJDBCVersion = sys.props.get(" jdbc.testVersion" ).getOrElse(" 2.1.0.33 " )
37+ val testJDBCVersion = sys.props.get(" jdbc.testVersion" ).getOrElse(" 2.1.0.34 " )
3838// DON't UPGRADE AWS-SDK-JAVA if not compatible with hadoop version
3939val testAWSJavaSDKVersion = sys.props.get(" aws.testVersion" ).getOrElse(" 2.31.78" )
4040// access tokens for aws/shared and our own internal CodeArtifacts repo
You can’t perform that action at this time.
0 commit comments