Skip to content

Commit 82a54b2

Browse files
committed
Do not use dq if yt.StatictNetworkProject is set
commit_hash:6323708e587dfe231ba6c1b965abd8f7770a7dd1
1 parent 53e0492 commit 82a54b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yt/yql/providers/yt/provider/yql_yt_dq_integration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
namespace NYql {
3737

38-
static const THashSet<TStringBuf> UNSUPPORTED_YT_PRAGMAS = {"maxrowweight", "layerpaths", "dockerimage", "operationspec", "networkproject"};
38+
static const THashSet<TStringBuf> UNSUPPORTED_YT_PRAGMAS = {"maxrowweight", "layerpaths", "dockerimage", "operationspec", "networkproject", "staticnetworkproject"};
3939
static const THashSet<TStringBuf> POOL_TREES_WHITELIST = {"physical", "cloud", "cloud_default"};
4040

4141
using namespace NNodes;

0 commit comments

Comments
 (0)