-
Bug
-
Resolution: Done
-
Blocker
-
8.12.11.6_4
-
None
Issuing query like [1] returns empty result. From what I can see, query seems to not be properly translated to the source-specific query [2].
[1] Query
SELECT IntKey AS Total FROM BQT1.SmallA ORDER BY IntKey
[2] Source-specific query - c_0 is not defined anywhere
Unable to find source-code formatter for language: plain. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
09:40:11,748 DEBUG [org.teiid.CONNECTOR] (Worker3_QueryProcessorQueue60) TEIID29001 Source-specific Query: SELECT `$cb_c1_IntKey` FROM `dvqe_small` `$cb_t1` LET `$cb_c1_IntKey` = `$cb_t1`.`IntKey`c_0 WHERE `$cb_t1`.`type` = 'SmallA' ORDER BY c_0