Skip to content

Commit 688d711

Browse files
committed
Enabled LLVM in purecalc filters
1 parent ee51155 commit 688d711

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ydb/core/fq/libs/row_dispatcher/row_dispatcher.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,10 @@ TRowDispatcher::TRowDispatcher(
362362
const NYql::IPqGateway::TPtr& pqGateway)
363363
: Config(config)
364364
, CredentialsProviderFactory(credentialsProviderFactory)
365-
, PureCalcProgramFactory(NYql::NPureCalc::MakeProgramFactory(NYql::NPureCalc::TProgramFactoryOptions()))
365+
, PureCalcProgramFactory(NYql::NPureCalc::MakeProgramFactory(
366+
NYql::NPureCalc::TProgramFactoryOptions()
367+
.SetLLVMSettings("ON")
368+
))
366369
, YqSharedResources(yqSharedResources)
367370
, CredentialsFactory(credentialsFactory)
368371
, LogPrefix("RowDispatcher: ")

0 commit comments

Comments
 (0)