Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Oct 24, 2022
1 parent 2e2e3c8 commit cc6cc69
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -17,7 +17,6 @@

package org.apache.spark.sql.catalyst.catalog

import org.apache.hadoop.fs.FileStatus
import org.apache.hudi.DataSourceWriteOptions.OPERATION
import org.apache.hudi.HoodieWriterUtils._
import org.apache.hudi.common.config.DFSPropertiesConfiguration
Expand All @@ -29,7 +28,7 @@ import org.apache.hudi.{AvroConversionUtils, DataSourceOptionsHelper}
import org.apache.spark.internal.Logging
import org.apache.spark.sql.avro.SchemaConverters
import org.apache.spark.sql.catalyst.TableIdentifier
import org.apache.spark.sql.hudi.{HoodieOptionConfig, HoodieSqlCommonUtils}
import org.apache.spark.sql.hudi.HoodieOptionConfig
import org.apache.spark.sql.hudi.HoodieOptionConfig.SQL_KEY_TABLE_PRIMARY_KEY
import org.apache.spark.sql.hudi.HoodieSqlCommonUtils._
import org.apache.spark.sql.types.{StructField, StructType}
Expand Down

0 comments on commit cc6cc69

Please sign in to comment.