Skip to content

Commit

Permalink
Rebase with master
Browse files Browse the repository at this point in the history
  • Loading branch information
prasar-ashutosh committed Feb 28, 2024
1 parent a3e1e58 commit d8bff93
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ public List<TabularData> executePhysicalPlanAndGetResults(SqlPlan physicalPlan,
List<TabularData> resultSetList = new ArrayList<>();
for (String sql : physicalPlan.getSqlList())
{
String enrichedSql = SqlUtils.getEnrichedSql(placeholderKeyValues, sql);
SqlUtils.logSql(LOGGER, sqlLogging, sql, enrichedSql, placeholderKeyValues);
SqlUtils.logSql(LOGGER, sqlLogging, sql);
List<Map<String, Object>> queryResult = relationalExecutionHelper.executeQuery(sql, rows);
if (!queryResult.isEmpty())
{
Expand Down

0 comments on commit d8bff93

Please sign in to comment.