Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/12117#discussion_r58317331
--- Diff:
sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala
---
@@ -363,7 +363,11 @@ class HiveCompatibilitySuite extends HiveQueryFileTest
with BeforeAndAfter {
// Index commands are not supported
"drop_index",
"drop_index_removes_partition_dirs",
- "alter_index"
+ "alter_index",
+
+ // We do not support macro for now.
+ // TODO: throw an exception if a user is trying to create a macro.
--- End diff --
This has been done in
https://github.com/apache/spark/commit/c238cd07448f94bbceb661daad90b6a6d597a846
---
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]