Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
lirui-apache committed Aug 28, 2020
1 parent 740edba commit 7dd881c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ class LegacyCatalogSourceTable[T](
private def findAndCreateLegacyTableSource(
hintedOptions: JMap[String, String],
conf: ReadableConfig): TableSource[T] = {
val tableFactoryOpt = if (schemaTable.isTemporary) Optional.empty() else schemaTable.getCatalog.getTableFactory
val tableFactoryOpt =
if (schemaTable.isTemporary) Optional.empty() else schemaTable.getCatalog.getTableFactory
val tableToFind = if (hintedOptions.nonEmpty) {
catalogTable.copy(
FlinkHints.mergeTableOptions(
Expand Down

0 comments on commit 7dd881c

Please sign in to comment.