sunchao commented on pull request #33350: URL: https://github.com/apache/spark/pull/33350#issuecomment-887663399
Thanks @LuciferYang ! yes I found that we could either use `local[1]` or `coalesce(1)` to fix the first test case. For the second, it relies on `HiveCatalogMetrics.METRIC_PARTITIONS_FETCHED` which is no longer available since it switched to use `InMemoryCatalog`. I need to find a new way to write the test. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
