wgtmac commented on PR #1268:
URL: https://github.com/apache/parquet-mr/pull/1268#issuecomment-1931397520

   It seems that all failed tests are stuck after the logs below:
   ```
   [INFO] Running org.apache.parquet.hadoop.rewrite.ParquetRewriterTest
   2024-02-07 05:46:14 ERROR ParquetRewriter - Input files have different 
schemas, expect: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
     optional group Links {
       repeated binary Backward;
       repeated binary Forward;
     }
   }
   , input: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
   }
   , current file: file:/tmp/test2346352174745648346/test.parquet
   2024-02-07 05:50:18 ERROR ParquetRewriter - Input files have different 
schemas, expect: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
     optional group Links {
       repeated binary Backward;
       repeated binary Forward;
     }
   }
   , input: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
   }
   , current file: file:/tmp/test4379236561694789134/test.parquet
   2024-02-07 05:54:22 ERROR ParquetRewriter - Input files have different 
schemas, expect: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
     optional group Links {
       repeated binary Backward;
       repeated binary Forward;
     }
   }
   , input: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
   }
   , current file: file:/tmp/test766034279661702122/test.parquet
   2024-02-07 05:58:24 ERROR ParquetRewriter - Input files have different 
schemas, expect: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
     optional group Links {
       repeated binary Backward;
       repeated binary Forward;
     }
   }
   , input: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
   }
   , current file: file:/tmp/test2729433322483965446/test.parquet
   2024-02-07 06:02:26 ERROR ParquetRewriter - Input files have different 
schemas, expect: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
     optional group Links {
       repeated binary Backward;
       repeated binary Forward;
     }
   }
   , input: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
   }
   , current file: file:/tmp/test7414379030048432860/test.parquet
   2024-02-07 06:06:28 ERROR ParquetRewriter - Input files have different 
schemas, expect: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
     optional group Links {
       repeated binary Backward;
       repeated binary Forward;
     }
   }
   , input: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
   }
   , current file: file:/tmp/test7003467635545421733/test.parquet
   2024-02-07 06:10:31 ERROR ParquetRewriter - Input files have different 
schemas, expect: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
     optional group Links {
       repeated binary Backward;
       repeated binary Forward;
     }
   }
   , input: message schema {
     optional int64 DocId;
     required binary Name;
     optional binary Gender;
   }
   , current file: file:/tmp/test4733487932943484705/test.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to