Skip to content

Commit

Permalink
fix style check error
Browse files Browse the repository at this point in the history
  • Loading branch information
naive-zhang committed Dec 21, 2024
1 parent b2ccf50 commit c1775ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

package org.apache.kyuubi.spark.connector.yarn

import scala.collection.mutable

import org.apache.hadoop.conf.Configuration
import org.apache.hadoop.fs.{FileStatus, FileSystem, Path}
import org.apache.spark.sql.SparkSession
Expand All @@ -25,8 +27,6 @@ import org.apache.spark.sql.sources.{EqualTo, Filter}
import org.apache.spark.sql.types.StructType
import org.apache.spark.sql.util.CaseInsensitiveStringMap

import scala.collection.mutable

case class YarnLogScan(
options: CaseInsensitiveStringMap,
schema: StructType,
Expand Down

0 comments on commit c1775ee

Please sign in to comment.