lokeshj1703 commented on code in PR #13741:
URL: https://github.com/apache/hudi/pull/13741#discussion_r2348807816
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestRecordLevelIndexWithSQL.scala:
##########
@@ -44,6 +46,28 @@ import scala.util.Using
class TestRecordLevelIndexWithSQL extends RecordLevelIndexTestBase {
val sqlTempTable = "tbl"
+ @ParameterizedTest
+ @ValueSource(booleans = Array(true, false))
+ def testRLICreationUsingSQL(isPartitioned: Boolean): Unit = {
Review Comment:
This type of test does not exist in RLI test suite. We are directly calling
the index creation APIs here.
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestRecordLevelIndexWithSQL.scala:
##########
@@ -44,6 +46,28 @@ import scala.util.Using
class TestRecordLevelIndexWithSQL extends RecordLevelIndexTestBase {
val sqlTempTable = "tbl"
+ @ParameterizedTest
+ @ValueSource(booleans = Array(true, false))
+ def testRLICreationUsingSQL(isPartitioned: Boolean): Unit = {
Review Comment:
This type of test does not exist in RLI test suite. We are directly calling
the index creation SQL commands here.
--
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]