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

   ### What happened?
   
   `getOutputSchemas` calls `Schema.add`, which throws a generic 
`RuntimeException("Attribute name '...' already exists")` when `resultColumn` 
equals an existing input column with no friendly validation. (The Python side, 
meanwhile, would silently overwrite the column.)
   
   File: `HuggingFaceInferenceOpDesc.scala` (`getOutputSchemas`). Fix: validate 
with a clear message (or auto-suffix the result column).
   
   ### How to reproduce?
   
   Set Result Column Name to the name of an existing input column -> 
compile-time RuntimeException with an unhelpful 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]

Reply via email to