Github user MLnick commented on the issue:

    https://github.com/apache/spark/pull/13737
  
    @rxin from what I can see, the "quick" fix of trying to make say 
`testTables` and `hiveQTestUtilTables`  a `lazy val` won't work due to 
`HiveContextSQLTests.test_save_and_load_table` calling `spark.sql` which 
ultimately uses `testTables` in `TestHiveQueryExecution.analyzed`.
    
    So the fix will likely be a little more involved, perhaps as @holdenk says 
it's best to go ahead with this PR and do the decoupling separately? Just given 
where we are in the release cycle.


---
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]

Reply via email to