davlee1972 commented on issue #1755: URL: https://github.com/apache/arrow-adbc/issues/1755#issuecomment-2078329153
Hmm I got different results for my Greenplum test.. 6 seconds for the first query.. I'm calling cursor.fetch_arrow_table() to pull results. >>> a.num_rows 3028922 >>> total datetime.timedelta(seconds=6, microseconds=607360) >>> b.num_rows 120072 >>> total2 datetime.timedelta(microseconds=469822) -- 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]
