You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Karthikeyan Manivannan (JIRA)" <ji...@apache.org> on 2018/09/21 18:52:00 UTC

[jira] [Created] (DRILL-6754) Add a field to SV2 to indicate if the SV2 reorders the Record Batch

Karthikeyan Manivannan created DRILL-6754:
---------------------------------------------

             Summary: Add a field to SV2 to indicate if the SV2 reorders the Record Batch
                 Key: DRILL-6754
                 URL: https://issues.apache.org/jira/browse/DRILL-6754
             Project: Apache Drill
          Issue Type: Improvement
         Environment: The optimization in DRILL-6687 is not correct if an SV2 is used to re-order rows in the record batch. Currently, this is not a problem because none of the reordering operators (SORT, TOPN) use an SV2. SORT has code for SV2 but it is disabled. 

Adding a field to SV2 to indicate if the SV2 reorders the Record Batch would allow the safe application of the DRILL-6687 optimization.

            Reporter: Karthikeyan Manivannan
            Assignee: Karthikeyan Manivannan






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)