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

Select Query Limit is not working in Drill 1.8

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.8.0
    • None
    • Client - CLI, Client - HTTP
    • None

    Description

      Hi All,

      Drill 1.8.0 has been installed on a AWS node which has 32 GB RAM and 80 GB storage. I didn't specify memory separately to Drill. I am trying to join two tables have rows 4607818 & 14273378 respectively and I have put limit 100 in query.

      But after displaying the 100 rows on Drill CLI, Query doesn't terminated and it doesn't go back to CLI prompt and keep processing the data in Background. Please help.

      Join Query
      --------------
      select t1.col FROM hive.table1 as t1 join hive.table2 as t2 on t1.col = t2.col limit 100;

      Attachments

        Activity

          People

            Unassigned Unassigned
            gopalnagar13@gmail.com Gopal Nagar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: