Hello!
I think that your example mostly works, but you have misplaced a couple of
characters.
The chief one being comma after GEOMETRY:
"CREATE TABLE IF NOT EXISTS MYGEOMCACHE ( "
+ "id bigint,ts timestamp, geom GEOMETRY*,* "
+ "PRIMARY KEY (id)) WITH \"template=partitioned,backups=1\""))
After I do that, your example runs, inserting:
IgniteBiTuple [val1=1,
val2=SQL_SCH_MYGEOMCACHE_ebe8c269f765b5732b4e7ab652d0c7aa
[idHash=815674463, hash=1399656192, TS=2019-12-19 16:26:32.352, GEOM=POINT
(60 60)]]
Regards,
--
Ilya Kasnacheev
вт, 17 дек. 2019 г. в 20:48, [email protected] <
[email protected]>:
> Hi Andrew,
>
> Can you provide any feedback as to why the snippet I provide does not
> work?
> Thank you for your time!
>
> Regards,
>
> Shawn
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>