aglinxinyuan opened a new issue, #4783: URL: https://github.com/apache/texera/issues/4783
### Task Summary `DataFrame` (`amber/src/main/scala/org/apache/texera/amber/engine/common/ambermessage/DataPayload.scala`) is a key DataPayload subtype with a custom `equals` override and an `inMemSize` summation, but currently has no dedicated unit tests. Add `DataPayloadSpec` covering: - `inMemSize`: zero for an empty frame; sum of contained tuple sizes otherwise - `equals` reflexivity for empty frames - `equals` rejecting non-DataFrame values and `null` - `equals` rejecting different lengths - `equals` treating element-wise equal frames as equal - `equals` respecting element order - `equals` rejecting differing elements ### Priority P3 – Low ### Task Type - [x] Testing / QA -- 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]
