Skip to content

Commit f13729c

Browse files
committed
fmt
1 parent c13f604 commit f13729c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr-common/src/physical_expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ pub trait PhysicalExpr: Send + Sync + Display + Debug + DynEq + DynHash {
316316
/// or needs to serialize this state to bytes may not be able to handle these dynamic references.
317317
/// In such cases, we should return a simplified version of the `PhysicalExpr` that does not
318318
/// contain these dynamic references.
319-
///
319+
///
320320
/// Systems that implement remote execution of plans, e.g. serialize a portion of the query plan
321321
/// and send it across the wire to a remote executor may want to call this method after
322322
/// every batch on the source side and brodcast / update the current snaphot to the remote executor.

0 commit comments

Comments
 (0)