This is an automated email from the ASF dual-hosted git repository. richardstartin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git.
from 1382d29 Disable recursion in PinotFS copy (#8162) add 5fa4737 do not identify function types by throwing exceptions (#8137) No new revisions were added by this update. Summary of changes: .../function/FunctionDefinitionRegistry.java | 48 ---------------------- .../common/function/TransformFunctionType.java | 25 ++++++++++- .../request/context/RequestContextUtils.java | 5 +-- .../pinot/common/utils/SqlResultComparator.java | 4 +- .../parsers/PinotQuery2BrokerRequestConverter.java | 3 +- .../pql/parsers/pql2/ast/OutputColumnAstNode.java | 4 +- .../apache/pinot/sql/parsers/CalciteSqlParser.java | 7 +--- .../function/FunctionDefinitionRegistryTest.java | 26 ++++++++++-- .../pinot/segment/spi/AggregationFunctionType.java | 32 ++++++++++++--- 9 files changed, 82 insertions(+), 72 deletions(-) delete mode 100644 pinot-common/src/main/java/org/apache/pinot/common/function/FunctionDefinitionRegistry.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org