Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-8242

ClassCastException in OrcTableSource.toOrcPredicate

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.4.0
    • 1.4.1, 1.5.0
    • API / DataSet
    • None

    Description

      The OrcTableSource tries to cast all predicate literals to Serializable in its toOrcPredicate() method. This fails with a ClassCastException if a literal is not serializable.

      Instead of failing, we should ignore the predicate and log a WARN message.

      Attachments

        Issue Links

          Activity

            People

              fhueske Fabian Hueske
              fhueske Fabian Hueske
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: