Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-3452

Missing column causes null pointer exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.10.0
    • Query Processor
    • None
    • Reviewed
    • Hide
      when a table name is used as column in select, it will get null exception.
      TypeCheckProcFactory.java has been changed to catch this case, and throw a
      SemanticException with possible column names.
      Show
      when a table name is used as column in select, it will get null exception. TypeCheckProcFactory.java has been changed to catch this case, and throw a SemanticException with possible column names.

    Description

      select * from src where src = 'alkdfaj';
      FAILED: SemanticException null

      Attachments

        Activity

          People

            jeanxu Jean Xu
            jeanxu Jean Xu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: