Hello,

What method do you use in order to create SQL tables into Ignite?
 - DDL command - CREATE TABLE
https://apacheignite-sql.readme.io/docs/create-table
 - Java API. If it is your case then I guess queryable fields are not
properly specified.
https://apacheignite-sql.readme.io/docs/schema-and-indexes

Thanks!

вс, 8 июл. 2018 г. в 16:10, bitanxen <bitan...@gmail.com>:

> Hi,
>
> I am doing a POC to ingest data from Oracle to Ignite cluster and Fetch the
> data from Ignite in another application. When I created the Model and
> Cache,
> I specified the Key as String and value as Custom Object. Data loaded to
> cluster but then I querying "SELECT * FROM TB_USER" I am getting only two
> column, i.e. _KEY and _VAL. I am trying to get all the column from the
> TB_USER. What are the configuration required for this?
>
> <http://apache-ignite-users.70518.x6.nabble.com/file/t1904/Capture.png>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to