You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Nuwan Abeysiriwardana <nu...@gmail.com> on 2017/09/02 17:03:51 UTC

use same table for streaming and relation queries.

Hi All,

 im trying to modify the reflectiveTable for both streaming and relation
queries. i have  derived the ReflectiveTable from StreamableTable interface
and implemented stream function too.after that table only support stream
sql queries only.it doesn't support relation queries anymore. it giving
'Cannot convert stream <tablename> to relation'. please help. thanks