kz930 commented on PR #8512:
URL: https://github.com/apache/texera/pull/8512#issuecomment-5737063511

   All four are real, and all four are fixed.
   
   - A repeated primitive is refused by name, the way a nested column already 
was.
   - An unsigned 8, 16 or 32-bit column reads as the number the file counts to, 
not -1. Unsigned 64-bit is refused.
   - An INT96 reads as a timestamp. TIME, INTERVAL and FLOAT16 are refused. The 
window end is added in Long.
   - A Parquet FLOAT is widened to double, so 16777216 and 1 sum to 16777217.
   
   The spec now runs the exported script under python and compares it to the 
executor cell by cell.
   


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