andygrove commented on issue #658: URL: https://github.com/apache/arrow-datafusion/issues/658#issuecomment-895993211
I ran the same query with Apache Spark and the results are consistent. ``` +----------+---------------+--------------+ |l_shipmode|high_line_count|low_line_count| +----------+---------------+--------------+ | MAIL| 623115| 934713| | SHIP| 622979| 934534| +----------+---------------+--------------+ Iteration 0 took 23305 ms ``` -- 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]
