Ma77Ball opened a new pull request, #5133:
URL: https://github.com/apache/texera/pull/5133
### What changes were proposed in this PR?
`URLFetcherOpDesc.sourceSchema()` advertised `AttributeType.ANY` for
`RAW_BYTES` decoding, even though the executor already emits a concrete
`byte[]`. This change returns `AttributeType.BINARY` instead, matching the
runtime payload and unblocking Iceberg materialization (which rejects `ANY`).
The existing `URLFetcherOpDescSpec` test that pinned the old behavior is
flipped to assert `BINARY`.
### Any related issues, documentation, or discussions?
Closes: #5074
### How was this PR tested?
Updated `URLFetcherOpDescSpec` covers the schema; `URLFetcherOpExecSpec`
already pins the runtime field as `Array[Byte]`, so static schema and runtime
type now agree. CI Scala test job is expected to pass.
### Was this PR authored or co-authored using generative AI tooling?
Co-authored with Claude Opus 4.7 in compliance with ASF
--
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]