CTTY commented on PR #8955:
URL: https://github.com/apache/hudi/pull/8955#issuecomment-1624363521

   I'm seeing this failure when running unit test, this test seems to be added 
by this PR. Error message:
   ```
   Error:  Failures: 
   Error:    TestHoodieAvroUtils.testGenerateProjectionSchema:453 expected: 
<Field fake_field not found in log schema. Query cannot proceed! Derived Schema 
Fields: [non_pii_col, _hoodie_commit_time, _row_key, _hoodie_partition_path, 
_hoodie_record_key, pii_col, _hoodie_commit_seqno, _hoodie_file_name, 
timestamp]> but was: <Field fake_field not found in log schema. Query cannot 
proceed! Derived Schema Fields: [_hoodie_commit_time, non_pii_col, 
_hoodie_partition_path, _row_key, _hoodie_record_key, pii_col, 
_hoodie_commit_seqno, _hoodie_file_name, timestamp]>
   
   ```
   
   Looks like only the order of column is wrong, but could you help me 
understand if this is a valid failure or we should fix the test?


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