Skip to content

Commit

Permalink
fix setIncludeEndStreamAction
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhou-db committed Oct 11, 2024
1 parent 2e79c9d commit 967c479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class DeltaSharingRestClient(
val (version, respondedFormat, lines) = getNDJsonPost(
target,
request,
setIncludeEndStreamAction = true
setIncludeEndStreamAction = endStreamActionEnabled
)
val (filteredLines, _) = maybeExtractEndStreamAction(lines)
(version, respondedFormat, filteredLines)
Expand Down

0 comments on commit 967c479

Please sign in to comment.