Ma77Ball opened a new issue, #5074:
URL: https://github.com/apache/texera/issues/5074
### What happened?
RAW_BYTES decoding appears broken. sourceSchema() returns AttributeType.ANY
instead of a concrete type, and downstream execution fails with: `ANY type is
not supported in Iceberg`. This blocks any workflow that materializes a
RAW_BYTES-decoded source into Iceberg storage. Likely a follow-up to recent
decoding/schema-inference changes — filing as a separate issue to track.
### How to reproduce?
1. Configure a source operator using RAW_BYTES decoding.
2. Observe that sourceSchema() yields AttributeType.ANY for the decoded
column.
3. Run the workflow so the result is written to Iceberg.
4. Execution fails with ANY type, which is not supported in Iceberg.
Expected: sourceSchema() returns a concrete AttributeType (e.g., BINARY)
so Iceberg materialization succeeds.
### Branch
main
### Commit Hash (Optional)
_No response_
### What browsers are you seeing the problem on?
_No response_
### Relevant log output
```shell
```
--
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]