We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e61680 commit 938db49Copy full SHA for 938db49
ydb/library/yql/providers/yt/gateway/native/yql_yt_transform.cpp
@@ -328,6 +328,10 @@ TCallableVisitFunc TGatewayTransformer::operator()(TInternName name) {
328
!ExecCtx_.FunctionRegistry_->IsLoadedUdfModule(moduleName) ||
329
moduleName == TStringBuf("Geo");
330
331
+ if (moduleName.StartsWith("SystemPython")) {
332
+ *RemoteExecutionFlag_ = true;
333
+ }
334
+
335
const auto udfPath = FindUdfPath(moduleName);
336
if (!udfPath.StartsWith(NMiniKQL::StaticModulePrefix)) {
337
const auto fileInfo = ExecCtx_.UserFiles_->GetFile(udfPath);
0 commit comments