File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/scala/org/apache/spark/eventhubs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >com.microsoft.azure</groupId >
25
25
<artifactId >azure-eventhubs-spark-parent_${scala.binary.version} </artifactId >
26
- <version >2.3.16 </version >
26
+ <version >2.3.17 </version >
27
27
<relativePath >../pom.xml</relativePath >
28
28
</parent >
29
29
<artifactId >azure-eventhubs-spark_${scala.binary.version} </artifactId >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ package object eventhubs {
60
60
val EnqueuedTimeAnnotation = " x-opt-enqueued-time"
61
61
val SequenceNumberAnnotation = " x-opt-sequence-number"
62
62
63
- val SparkConnectorVersion = " 2.3.16 "
63
+ val SparkConnectorVersion = " 2.3.17 "
64
64
65
65
type PartitionId = Int
66
66
val PartitionId : Int .type = Int
Original file line number Diff line number Diff line change 25
25
26
26
<groupId >com.microsoft.azure</groupId >
27
27
<artifactId >azure-eventhubs-spark-parent_${scala.binary.version} </artifactId >
28
- <version >2.3.16 </version >
28
+ <version >2.3.17 </version >
29
29
<packaging >pom</packaging >
30
30
31
31
<name >EventHubs+Spark Parent POM</name >
You can’t perform that action at this time.
0 commit comments