Skip to content

Commit e5317b1

Browse files
chore: bumps version to 6.5.0
1 parent 9a01252 commit e5317b1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.4.3-spark_3.5 \
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 \
109109
my_script.py
110110
```
111111

@@ -116,14 +116,14 @@ You may use this library in your applications with the following dependency info
116116
<dependency>
117117
<groupId>io.github.spark-redshift-community</groupId>
118118
<artifactId>spark-redshift_2.12</artifactId>
119-
<version>6.4.3-spark_3.5</version>
119+
<version>6.5.0-spark_3.5</version>
120120
</dependency>
121121
```
122122

123123
- **In SBT**:
124124

125125
```SBT
126-
libraryDependencies += "io.github.spark-redshift-community" %% "spark-redshift_2.12" % "6.4.3-spark_3.5"
126+
libraryDependencies += "io.github.spark-redshift-community" %% "spark-redshift_2.12" % "6.5.0-spark_3.5"
127127
```
128128

129129
### Local builds
@@ -901,7 +901,7 @@ for more information.</p>
901901
<td>""</td>
902902
<td>
903903
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.4.3-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.5.0-spark_3.5","op":"Read","lbl":"","tid":""}}`).
905905
This option will be substituted for the value of the `lbl` key.
906906
</td>
907907
</tr>
@@ -1074,7 +1074,7 @@ var sparkConf = new SparkConf().set("spark.datasource.redshift.community.reject_
10741074
### trace_id
10751075
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:
10761076
1077-
`{"spark-redshift-connector":{"svc":"","ver":"6.4.3-spark_3.5","op":"Read","lbl":"","tid":"..."}}`)
1077+
`{"spark-redshift-connector":{"svc":"","ver":"6.5.0-spark_3.5","op":"Read","lbl":"","tid":"..."}}`)
10781078
10791079
To set the value, run the following command:
10801080
```sparksql

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
ThisBuild / version := "6.4.3"
17+
ThisBuild / version := "6.5.0"

0 commit comments

Comments
 (0)