Eugene Koifman created HIVE-17658:
-------------------------------------
Summary: Bucketed/Sorted tables
Key: HIVE-17658
URL: https://issues.apache.org/jira/browse/HIVE-17658
Project: Hive
Issue Type: Sub-task
Components: Transactions
Reporter: Eugene Koifman
How does this handle tables that are bucketed + sorted?
insert into T values(1,2),(5,6); creates something like delta_2_2/bucket_1
insert into T values(3,4),(7,8) creates delta_3_3/bucket_1
the expectation for any reader would be to see some contiguous subset of
(1,2),(3,4),(5,6),(7,8)
but this would require a special reader which I don't see
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)