You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/27 16:58:28 UTC

[GitHub] [hudi] xushiyan commented on pull request #5627: [HUDI-3350][HUDI-3351] Rebase Record combining semantic into `HoodieRecordCombiningEngine`

xushiyan commented on PR #5627:
URL: https://github.com/apache/hudi/pull/5627#issuecomment-1167610974

   @wulei0302 seems like CI caught some bug
   
   ```
   2022-06-27T15:52:42.0821073Z [ERROR] testSchemaEvolutionForTableType{String}[1]  Time elapsed: 14.556 s  <<< ERROR!
   2022-06-27T15:52:42.0821677Z org.apache.spark.sql.AnalysisException: 
   2022-06-27T15:52:42.0822277Z Intersect can only be performed on tables with the same number of columns, but the first table has 4 columns and the second table has 3 columns;;
   2022-06-27T15:52:42.0823142Z 'Intersect false
   2022-06-27T15:52:42.0823828Z :- LogicalRDD [_row_key#3974, partition#3975, ts#3976L, new_field#3977], false
   2022-06-27T15:52:42.0824517Z +- Project [_row_key#3987, partition#3988, ts#3989L]
   2022-06-27T15:52:42.0825448Z    +- Project [_hoodie_file_name#3986, _row_key#3987, partition#3988, ts#3989L]
   2022-06-27T15:52:42.0826519Z       +- Project [_hoodie_partition_path#3985, _hoodie_file_name#3986, _row_key#3987, partition#3988, ts#3989L]
   2022-06-27T15:52:42.0827447Z          +- Project [_hoodie_record_key#3984, _hoodie_partition_path#3985, _hoodie_file_name#3986, _row_key#3987, partition#3988, ts#3989L]
   2022-06-27T15:52:42.0828459Z             +- Project [_hoodie_commit_seqno#3983, _hoodie_record_key#3984, _hoodie_partition_path#3985, _hoodie_file_name#3986, _row_key#3987, partition#3988, ts#3989L]
   2022-06-27T15:52:42.0829600Z                +- Relation[_hoodie_commit_time#3982,_hoodie_commit_seqno#3983,_hoodie_record_key#3984,_hoodie_partition_path#3985,_hoodie_file_name#3986,_row_key#3987,partition#3988,ts#3989L] hoodie-parquet
   ```


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org