Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge with main
  • Loading branch information
tvaron3 committed Jan 10, 2025
commit 672de5e2f9cc66dc7dd2393cee71224cb7a6adab
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ package com.azure.cosmos.spark
import com.azure.cosmos.SparkBridgeInternal
import com.azure.cosmos.implementation.changefeed.common.ChangeFeedState
import com.azure.cosmos.implementation.{TestConfigurations, Utils}
import com.azure.cosmos.models.PartitionKey
import com.azure.cosmos.spark.diagnostics.BasicLoggingTrait
import com.azure.cosmos.spark.udf.{CreateChangeFeedOffsetFromSpark2, CreateSpark2ContinuationsFromChangeFeedOffset, GetFeedRangeForPartitionKeyValue}
import org.apache.hadoop.fs.{FileSystem, Path}
import org.apache.spark.sql.functions
import org.apache.spark.sql.types._

import java.io.{BufferedReader, InputStreamReader}
Expand All @@ -20,7 +22,7 @@ class SparkE2EChangeFeedITest
extends IntegrationSpec
with SparkWithDropwizardAndSlf4jMetrics
with CosmosClient
with CosmosContainerWithRetention
with CosmosContainer
with BasicLoggingTrait
with MetricAssertions {

Expand Down
Loading