Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/7983#discussion_r36442173
--- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
---
@@ -1603,7 +1602,7 @@ class SQLQuerySuite extends QueryTest with
BeforeAndAfterAll with SQLTestUtils {
Row(new CalendarInterval(-(12 * 3 - 3), -(7L * MICROS_PER_WEEK +
123))))
}
- test("aggregation with codegen updates peak execution memory") {
+ ignore("aggregation with codegen updates peak execution memory") {
--- End diff --
this test is highly specific to the size of each record, which has changed
at least 3 times since this test was first written. I'm not surprised if it
fails again, but it should be deterministic. :) I'll look into it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]