Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7007

Revise row-set based tests to use simplified verify method

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.15.0
    • 1.16.0
    • None

    Description

      Many of the early RowSet-based tests used the pattern:

          new RowSetComparison(expected)
            .verifyAndClearAll(result);
      

      Revise this to use the simplified form:

          RowSetUtilities.verify(expected, result);
      

      The original form is retained when tests use additional functionality, such as the ability to perform multiple verifications on the same expected batch.

      Attachments

        Issue Links

          Activity

            People

              Paul.Rogers Paul Rogers
              Paul.Rogers Paul Rogers
              Arina Ielchiieva Arina Ielchiieva
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: