Making queries on Teradata v14+ seems not working, the resulting query is empty.
I managed to identify this commit where TeradataSqlAstTranslator was updated, but in visitQuerySpec the super method seems never invoked for version 14+.
Maybe the version check should move in the renderForUpdateClause
Making queries on Teradata v14+ seems not working, the resulting query is empty.
I managed to identify this commit where
TeradataSqlAstTranslator
was updated, but invisitQuerySpec
the super method seems never invoked for version 14+.Maybe the version check should move in the
renderForUpdateClause