andygrove commented on code in PR #331:
URL: https://github.com/apache/arrow-ballista/pull/331#discussion_r990798208


##########
benchmarks/src/bin/tpch.rs:
##########
@@ -1500,20 +1500,6 @@ mod tests {
             // test logical plan round trip
             let plans = create_logical_plans(&ctx, n)?;
             for plan in plans {
-                let proto: datafusion_proto::protobuf::LogicalPlanNode =

Review Comment:
   We cant do serde on unoptimized plans because serde does not support 
subqueries yet



-- 
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]

Reply via email to