PG1204 opened a new issue, #7197: URL: https://github.com/apache/texera/issues/7197
### What happened? If `inputImageColumn` / `inputAudioColumn` names a column that doesn't exist, `use_image_column` / `use_audio_column` silently become false and the user gets "No image source. Set an Input Image Column or upload an image.", even though they did set one, just misspelled it. Prompt/context/ sentences columns, by contrast, are asserted to exist with a message listing available columns. File: `.../huggingFace/codegen/HuggingFaceCodegenBase.scala` (`process_table`, column resolution). ### How to reproduce? On an image task, set Input Image Column to a name not present in the input table -> misleading "No image source" error instead of a clear "column not found" message. ### Version/Branch 1.3.0-incubating-SNAPSHOT (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]
