From eca8ce9cb1613d5c983185c4e43c20651a9638aa Mon Sep 17 00:00:00 2001 From: vvvv Date: Mon, 6 Oct 2025 13:26:25 +0300 Subject: YQL-20086 udfs init commit_hash:f9684778bf1ea956965f2360b80b91edb7d4ffbe --- yql/essentials/udfs/common/python/python_udf/python_udf.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'yql/essentials/udfs/common/python/python_udf/python_udf.h') diff --git a/yql/essentials/udfs/common/python/python_udf/python_udf.h b/yql/essentials/udfs/common/python/python_udf/python_udf.h index 83b3bb86e6f..ff8f6e3b07a 100644 --- a/yql/essentials/udfs/common/python/python_udf/python_udf.h +++ b/yql/essentials/udfs/common/python/python_udf/python_udf.h @@ -6,7 +6,7 @@ namespace NYql { namespace NUdf { inline constexpr char STANDART_STREAM_PROXY_INJECTION_SCRIPT[] = -R"( + R"( # numpy on import may find installed openblas library and load it, # which in turn causes it to start CPUCOUNT threads # with approx. 40Mb memory reserved for each thread; @@ -66,11 +66,11 @@ enum class EPythonFlavor { }; void RegisterYqlPythonUdf( - IRegistrator& registrator, - ui32 flags, - TStringBuf moduleName, - TStringBuf resourceName, - EPythonFlavor pythonFlavor); + IRegistrator& registrator, + ui32 flags, + TStringBuf moduleName, + TStringBuf resourceName, + EPythonFlavor pythonFlavor); TUniquePtr GetYqlPythonUdfModule( TStringBuf resourceName, -- cgit v1.3