hudi-agent commented on code in PR #18923:
URL: https://github.com/apache/hudi/pull/18923#discussion_r3871008611
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/schema/TestVariantDataType.scala:
##########
@@ -1528,6 +1601,31 @@ class TestVariantDataType extends HoodieSparkSqlTestBase
{
/**
* Lists data parquet files in the table directory, excluding Hudi metadata
files.
*/
+ /**
Review Comment:
🤖 nit: `listLogBlockTypes` (and its Javadoc) ends up inserted between the
`listDataParquetFiles` Javadoc and the actual `listDataParquetFiles` method, so
that existing comment is orphaned. Could you move `listLogBlockTypes` to after
`listDataParquetFiles` so both Javadocs stay directly above their own methods?
<sub><i>⚠️ AI-generated; verify before applying. React 👍/👎 to flag
quality.</i></sub>
--
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]