yihua commented on code in PR #19132:
URL: https://github.com/apache/hudi/pull/19132#discussion_r3618414798
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/others/TestTimeTravelTable.scala:
##########
@@ -338,4 +338,40 @@ class TestTimeTravelTable extends HoodieSparkSqlTestBase {
}
})
}
+
+ test("Test time travel with SQL:2011 temporal clause spellings") {
Review Comment:
Added `Test time travel validation errors surface at analysis time` in
TestTimeTravelTable: asserts VERSION AS OF throws the "Version expression is
not supported" HoodieAnalysisException, and a subquery-bearing TIMESTAMP AS OF
throws the combined "cannot refer to any columns or contain subqueries" message
from the moved analysis-time guard.
--
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]