alamb commented on code in PR #7168:
URL: https://github.com/apache/arrow-datafusion/pull/7168#discussion_r1280722125
##########
datafusion/core/src/physical_plan/unnest.rs:
##########
@@ -133,6 +146,12 @@ impl ExecutionPlan for UnnestExec {
) -> Result<SendableRecordBatchStream> {
let input = self.input.execute(partition, context)?;
+ if self.options.preserve_nulls {
Review Comment:
I got this backwards -- I will fix
##########
datafusion/core/src/physical_plan/unnest.rs:
##########
@@ -133,6 +146,12 @@ impl ExecutionPlan for UnnestExec {
) -> Result<SendableRecordBatchStream> {
let input = self.input.execute(partition, context)?;
+ if self.options.preserve_nulls {
Review Comment:
I got this backwards -- I will fix. Thank you.
--
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]