Hi, I am trying to implement custom spatio-temporal datatypes for Phoenix. How can I do that?
Until now I have added my custom datatype "MYDT" to PDataType and specified it to have a sqltype=123. I chose this number because I am not sure what to add here. I can create a table with this but when I insert something, its type is shown as NULL. I am using HBase 0.94.18 with Phoenix 3.0. Any help is appreciated. Regards -- Regards Faisal Moeen
