Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-4072

Numeric Datatype Conversions and Error Handling

    XMLWordPrintableJSON

Details

    • Epic
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 2.6.0
    • None
    • Backend, Frontend
    • None
    • Numeric Datatype Conversions
    • ghx-label-6

    Description

      Unlike most RDBMS systems, Impala does not error on most numeric overflow scenarios. Today it can simply return NULL or exhibit C++ like behavior (casting 500 to a TINYINT returns -12). To provide a UX more like RDBMS systems, failing on numeric overflow should be added when using strict_mode (introduced in IMPALA-3579).

      Attachments

        Activity

          People

            Unassigned Unassigned
            grahn Greg Rahn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: