News

🐛 Describe the bug while torch.compile a function which contains nested function, throw "NestedUserFunctionVariable() has no type" caused by "validate_args_and_maybe_create_graph_inputs" trying to ...
I wrote a Python procedure that returns a table (DataFrame). That procedure is called from within a SQL procedure which just stores the result of the nested procedure as result set and returns it.