Ma77Ball commented on issue #3191: URL: https://github.com/apache/texera/issues/3191#issuecomment-4640567653
Fixed by #3265. **What was wrong:** The Sort operator runs on generated Python code. When you drag it out before filling in a sort key, the system still tried to build that code and crashed (the NullPointerException). That crash stopped the editor from figuring out the column names, so the attribute dropdown stayed broken. **The fix:** #3265 makes the system catch that crash instead of letting it break everything. Now an unconfigured Sort operator no longer halts the editor, so the dropdowns work right away. (An earlier attempt, #3193, was closed without merging.) -- 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]
