aglinxinyuan opened a new issue, #4785:
URL: https://github.com/apache/texera/issues/4785

   ### Task Summary
   
   `ResultSchema` 
(`common/workflow-core/src/main/scala/org/apache/texera/amber/core/storage/result/ResultSchema.scala`)
 declares the column layout used by runtime-statistics and console-messages 
result documents. Schema drift in this file silently breaks downstream readers, 
so a test pinning the column names and types is valuable. Add 
`ResultSchemaSpec` covering:
   
   - `runtimeStatisticsSchema` exposes the canonical columns in order
   - `runtimeStatisticsSchema` types `time` as TIMESTAMP, count columns as 
LONG, and `numWorkers`/`status` as INTEGER
   - `consoleMessagesSchema` exposes a single STRING `message` column
   
   ### 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]

Reply via email to