Skip to content

Commit

Permalink
Remove deprecation warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 24, 2024
1 parent 1bda09e commit 1f7f40d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/scala/com/exasol/cloudetl/bucket/S3Bucket.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ final case class S3Bucket(path: String, params: StorageProperties) extends Bucke
*
* Additionally validates that all required parameters are available in order to create a configuration.
*/
// Deprecation warnings can be fixed once we upgrade to Hadoop 3.3.7 / 4.0.0
// See https://issues.apache.org/jira/browse/HADOOP-18073
@annotation.nowarn("cat=deprecation")
override def getConfiguration(): Configuration = {
validate()

Expand Down

0 comments on commit 1f7f40d

Please sign in to comment.