yihua commented on PR #17473:
URL: https://github.com/apache/hudi/pull/17473#issuecomment-3609869741

   In Spark 3.5 + Scala 2.13, the test failed because of mismatched 
`ArrayBuffer` and `Array`, likely due to difference in array type between Scala 
2.12 and 2.13.
   ```
   - Test Create External Hoodie Table *** FAILED ***
     Expected ArrayBuffer(StructField(_hoodie_commit_time,StringType,true), 
StructField(_hoodie_commit_seqno,StringType,true), 
StructField(_hoodie_record_key,StringType,true), 
StructField(_hoodie_partition_path,StringType,true), 
StructField(_hoodie_file_name,StringType,true), 
StructField(id,IntegerType,true), StructField(name,StringType,true), 
StructField(price,DoubleType,true), StructField(ts,LongType,true), 
StructField(dt,StringType,true)), but got 
Array(StructField(_hoodie_commit_time,StringType,true), 
StructField(_hoodie_commit_seqno,StringType,true), 
StructField(_hoodie_record_key,StringType,true), 
StructField(_hoodie_partition_path,StringType,true), 
StructField(_hoodie_file_name,StringType,true), 
StructField(id,IntegerType,true), StructField(name,StringType,true), 
StructField(price,DoubleType,true), StructField(ts,LongType,true), 
StructField(dt,StringType,true)) (TestCreateTable.scala:232)
   ```


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