Hello,
What’s the correct way to create a view on this table create ‘test’, {NAME =>
'm', DATA_BLOCK_ENCODING => 'FAST_DIFF', BLOOMFILTER => 'NONE',
REPLICATION_SCOPE => '0', VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIONS
=> '0', TTL => '2147483647', KEEP_DELETED_CELLS => 'false', BLOCKSIZE =>
'65536', I}I have tried something like CREATE VIEW "test" ( pk VARCHAR PRIMARY KEY, "v". VARCHAR ); But I got an encoded binary format : س�,�#Ϩ�������ʥ� | | | R How can I fix this ? Thank you.
