From ece2c8da42d80845b70fc903df5de62c3d3e123d Mon Sep 17 00:00:00 2001 From: Sagar Ahire Date: Thu, 24 Aug 2023 23:14:46 +0530 Subject: [PATCH] Enable feature flag for Wrangler filter pushdown by default --- cdap-common/src/main/resources/cdap-default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdap-common/src/main/resources/cdap-default.xml b/cdap-common/src/main/resources/cdap-default.xml index dc01da3e1724..b43aef3dc249 100644 --- a/cdap-common/src/main/resources/cdap-default.xml +++ b/cdap-common/src/main/resources/cdap-default.xml @@ -5861,7 +5861,7 @@ feature.wrangler.precondition.sql.enabled - false + true Enables the Precondition Language selector in Wrangler, allowing to select between JEXL and SQL preconditions.