Skip to content

Commit 75258c6

Browse files
committed
nit unused
Signed-off-by: Gireesh Sreepathi <[email protected]>
1 parent 9a28488 commit 75258c6

File tree

1 file changed

+0
-1
lines changed
  • airbyte-integrations/connectors/destination-redshift/src/main/java/io/airbyte/integrations/destination/redshift/typing_deduping

1 file changed

+0
-1
lines changed

airbyte-integrations/connectors/destination-redshift/src/main/java/io/airbyte/integrations/destination/redshift/typing_deduping/RedshiftSqlGenerator.java

-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ Field<?> arrayConcatStmt(final List<Field<?>> arrays) {
159159
}
160160

161161
Field<?> result = arrays.get(0);
162-
String renderedSql = getDslContext().render(result);
163162
for (int i = 1; i < arrays.size(); i++) {
164163
// We lose some nice indentation but thats ok. Queryparts
165164
// are intentionally rendered here to avoid deep stack for function sql rendering.

0 commit comments

Comments
 (0)