findepi commented on code in PR #13055:
URL: https://github.com/apache/datafusion/pull/13055#discussion_r1810439993


##########
datafusion/physical-plan/src/stream.rs:
##########
@@ -103,7 +103,7 @@ impl<O: Send + 'static> ReceiverStreamBuilder<O> {
             mut join_set,
         } = self;
 
-        // don't need tx
+        // Don't need tx

Review Comment:
   Doesn't ?



##########
datafusion/physical-plan/src/execution_plan.rs:
##########
@@ -872,7 +872,7 @@ pub fn execute_input_stream(
 /// This function iterates over the specified column indices and ensures that 
none
 /// of the columns contain null values. If any column contains null values, an 
error
 /// is returned.
-pub fn check_not_null_contraits(
+pub fn check_not_null_contraints(

Review Comment:
   This one is being fixed in https://github.com/apache/datafusion/pull/13033



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to