Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-5746

Pcap PR manually edited Protobuf files, values lost on next build

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.10.0
    • 1.12.0
    • None
    • None

    Description

      Drill recently accepted the pcap format plugin. As part of that work, the author added a new operator type, PCAP_SUB_SCAN_VALUE.

      But, apparently this was done by editing the generated Protobuf files to add the values, rather than modifying the protobuf definitions and rebuilding the generated files. The result is, on the next build of the Protobuf sources, the following compile error appears:

      [ERROR] /Users/paulrogers/git/drill/exec/java-exec/src/main/java/org/apache/drill/exec/store/pcap/PcapFormatPlugin.java:[80,41] error: cannot find symbol
      [ERROR] symbol:   variable PCAP_SUB_SCAN_VALUE
      [ERROR] location: class CoreOperatorType
      

      The solution is to properly edit the Protobuf definitions with the required symbol.

      Attachments

        Issue Links

          Activity

            People

              Paul.Rogers Paul Rogers
              Paul.Rogers Paul Rogers
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: