diff options
Diffstat (limited to 'yql/essentials/udfs/common/python/python_udf/python_udf.h')
| -rw-r--r-- | yql/essentials/udfs/common/python/python_udf/python_udf.h | 12 |
1 files changed, 6 insertions, 6 deletions
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<IUdfModule> GetYqlPythonUdfModule( TStringBuf resourceName, |
