the-other-tim-brown commented on code in PR #17904:
URL: https://github.com/apache/hudi/pull/17904#discussion_r2771872300


##########
hudi-common/src/test/java/org/apache/hudi/common/table/read/TestHoodieFileGroupReaderBase.java:
##########
@@ -154,10 +340,16 @@ private static Stream<Arguments> 
supportedBaseFileFormatArgs() {
 
   private static Stream<Arguments> testArguments() {
     boolean supportsORC = supportedFileFormats.contains(HoodieFileFormat.ORC);
+    boolean supportsLance = 
supportedFileFormats.contains(HoodieFileFormat.LANCE);
+
+    // Use Lance if available, else ORC if available, else Parquet

Review Comment:
   I think it would be best to have ORC and Lance covered for more coverage if 
possible



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

Reply via email to