Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-31936 Implement ScriptTransform in sql/core
  3. SPARK-32684

Add a test case for hive serde/default-serde mode's null value '\\N'

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.2.0
    • 3.2.0
    • SQL
    • None

    Description

      Hive serde default NULL value is '\N'

      String nullString = tbl.getProperty(
          serdeConstants.SERIALIZATION_NULL_FORMAT, "\\N");
      nullSequence = new Text(nullString);
      

      Attachments

        Activity

          People

            angerszhuuu angerszhu
            angerszhuuu angerszhu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: