Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-2536

NPE in Atlas Hive Hook

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0, 0.8.3
    • 1.0.0, 0.8.3
    • atlas-intg
    • None

    Description

      Atlas Hive hook hits NPE when processing a CTAS operation that involves count expression, like:

      create table test(id int, score int);
      create table score_summary as select id, sum(score) total_score, count(*) test_count from test group by id;
      

      Attachments

        1. ATLAS-2536.patch
          2 kB
          Madhan Neethiraj

        Activity

          People

            madhan Madhan Neethiraj
            madhan Madhan Neethiraj
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: