Sh-Zh-7 opened a new pull request, #12688: URL: https://github.com/apache/iotdb/pull/12688
## Description In old UDTF execution framework, if user only pass one column in UDTF, then whatever column index passed in row, the `getXXX()` method will always return the first column, which can be a little confused. As contrast, new UDTF execution throws `IndexOutOfBound` exception when user only pass one column in those UDTF which reference multiple columns. -- 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]
