Description
functionMap is a private member of SubstraitContext. In theory, we can only modify functionMap through the instance of SubstraitContext. However, gluten now returns a modifiable functionMap through SubstraitContext#registeredFunction, making this object difficult to manage.
Description
functionMapis a private member ofSubstraitContext. In theory, we can only modifyfunctionMapthrough the instance ofSubstraitContext. However, gluten now returns a modifiablefunctionMapthroughSubstraitContext#registeredFunction, making this object difficult to manage.