You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Modify the value `sparkVersion` within `build.sbt` to the target version of Spark. The connector supports Spark 3.3.x, 3.4.x, and 3.5.x
135
+
5. Modify the value `sparkVersion` within `build.sbt` to the target version of Spark. The connector supports Spark 3.3.x, 3.4.x, 3.5.x, and 4.0.x
136
136
6. Build the connector `sbt clean package`
137
137
7. The jar file can be found in`target\scala-2.12\`
138
138
@@ -901,7 +901,7 @@ for more information.</p>
901
901
<td>""</td>
902
902
<td>
903
903
An identifier to include in the query group set when running queries with the connector. Should be 100 or fewer characters and all characters must be valid unicodeIdentifierParts. Characters in excess of 100 will be trimmed.
904
-
When running a query with the connector a json formatted string will be set as the query group (for example `{"spark-redshift-connector":{"svc":"","ver":"6.5.1-spark_3.5","op":"Read","lbl":"","tid":""}}`).
904
+
When running a query with the connector a json formatted string will be set as the query group (for example `{"spark-redshift-connector":{"svc":"","ver":"6.6.0-spark_4.0","op":"Read","lbl":"","tid":""}}`).
905
905
This option will be substituted for the value of the `lbl` key.
906
906
</td>
907
907
</tr>
@@ -1074,7 +1074,7 @@ var sparkConf = new SparkConf().set("spark.datasource.redshift.community.reject_
1074
1074
### trace_id
1075
1075
A new tracing identifier field that is added to the existing `label` parameter. When set, the provided string value will be used as part of label. Otherwise, it will default to the Spark application identifier. For example:
0 commit comments