Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-38323

Support the hidden file metadata in Streaming

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.2.1
    • 3.3.0
    • SQL, Structured Streaming
    • None

    Description

      Currently, querying the hidden file metadata struct `_metadata` will fail with `readStream`, `writeStream` APIs.

      spark
        .readStream
        ...
        .select("_metadata")
        .writeStream
        ...
        .start()

      Need to expose the metadata output to `StreamingRelation` as well.

      Attachments

        Activity

          People

            yaohua Yaohua Zhao
            yaohua Yaohua Zhao
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: