cloud-fan commented on a change in pull request #35221:
URL: https://github.com/apache/spark/pull/35221#discussion_r786549314



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/PlanResolutionSuite.scala
##########
@@ -248,37 +248,17 @@ class PlanResolutionSuite extends AnalysisTest {
     }
   }
 
-  test("create table - partitioned by transforms") {
-    val transforms = Seq(
-        "bucket(16, b)", "years(ts)", "months(ts)", "days(ts)", "hours(ts)", 
"foo(a, 'bar', 34)",

Review comment:
       shall we keep the test and check `years(ts)` etc.?




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

Reply via email to