Skip to content

Commit

Permalink
fix cdf
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhou-db committed Oct 10, 2024
1 parent fbd45ca commit 5284fc9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ class DeltaSharingService(serverConfig: ServerConfig) {
Option(startingTimestamp),
Option(endingTimestamp)
),
includeHistoricalMetadata = Try(includeHistoricalMetadata.toBoolean).getOrElse(false)
includeHistoricalMetadata = Try(includeHistoricalMetadata.toBoolean).getOrElse(false),
includeEndStreamAction = includeEndStreamAction
)
logger.info(s"Took ${System.currentTimeMillis - start} ms to load the table cdf " +
s"and sign ${actions.length - 2} urls for table $share/$schema/$table")
Expand Down

0 comments on commit 5284fc9

Please sign in to comment.