I am using hbase1.1 and phoenix 4.9.0.
I am mapping my phoenix table's date field to hbase timestamp using phoenix rowtimestamp feature. it's working fine with upsert query. when i am bulk loading data into it, it's not taking effect.it takes only bulk loading time as hbase timestamp.
eg: ttl feature : it's considering bulk loaded time only..
is this a bug or for bulk loadiing the feature is not there? can anyone explain.
thanks in advance