The GitHub Actions job "Required Checks" on 
texera.git/fix/urlfetcher-interp-6755 has failed.
Run started by GitHub user kz930 (triggered by kz930).

Head commit for run:
ba001b4af7469c59f27e91d36577396340d9ec0e / kary zheng <[email protected]>
fix(URLFetcher): interpolate desc.url so failure message shows the URL

In URLFetcherOpExec, the fetch-failure fallback used `s"...$desc.url"`,
which expands only `$desc` (the URLFetcherOpDesc instance) and appends a
literal `.url`. Because LogicalOp overrides toString with
ToStringBuilder.reflectionToString, the "URL content" cell got the whole
descriptor dump (operatorId, inputPorts, dummyPropertyList, ...) instead
of the URL.

Wrap the member access in braces (`${desc.url}`) so the message reads
`Fetch failed for URL: <url>` as intended and stops leaking internal
operator fields into user-facing output.

Closes #6755

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/29957125879

With regards,
GitHub Actions via GitBox

Reply via email to