Skip to content

Commit

Permalink
cleanup dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
c27kwan committed Jul 5, 2024
1 parent a21913f commit 1b495b6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ object ColumnWithDefaultExprUtils extends DeltaLogging {
GeneratedColumn.isGeneratedColumn(protocol, col)
}

// Return true if the column `col` cannot be included as the input data column of COPY INTO.
// TODO: ideally column with default value can be optionally excluded.
def shouldBeExcludedInCopyInto(protocol: Protocol, col: StructField): Boolean = {
GeneratedColumn.isGeneratedColumn(protocol, col)
}

// Return true if the table with `metadata` has default expressions.
def tableHasDefaultExpr(
protocol: Protocol,
Expand Down

0 comments on commit 1b495b6

Please sign in to comment.