You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/09 07:25:52 UTC

[GitHub] [arrow-datafusion] houqp commented on a change in pull request #840: [ballista] support date_part and date_turnc ser/de, pass tpch 7

houqp commented on a change in pull request #840:
URL: https://github.com/apache/arrow-datafusion/pull/840#discussion_r684966869



##########
File path: benchmarks/src/bin/tpch.rs
##########
@@ -1140,6 +1140,7 @@ mod tests {
         test_round_trip!(q3, 3);
         test_round_trip!(q5, 5);
         test_round_trip!(q6, 6);
+        test_round_trip!(q7, 7);

Review comment:
       They are all broken in ballista due to different ser/de errors, my plan is to fix them one at a time so we are on par with datafusion.




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org