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

Drill commit is not shown if build Drill from the 1.16.0-rc1 release sources

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.15.0, 1.16.0
    • 1.17.0
    • None

    Description

      Steps:

      1. Download the rc1 sources tarball:
        apache-drill-1.16.0-src.tar.gz
      2. Unpack
      3. Build:
        mvn clean install -DskipTests
        
      1. Start Drill in embedded mode:
        Linux:
        distribution/target/apache-drill-1.16.0/apache-drill-1.16.0/bin/drill-embedded
        Windows:
        distribution\target\apache-drill-1.16.0\apache-drill-1.16.0\bin\sqlline.bat -u "jdbc:drill:zk=local"
        
      1. Run the query:
        select * from sys.version;
        

      Expected result:
      Drill version, commit_id, commit_message, commit_time, build_email, build_time should be correctly displayed.

      Actual result:

      apache drill> select * from sys.version;
      +---------+-----------+----------------+-------------+-------------+------------+
      | version | commit_id | commit_message | commit_time | build_email | build_time |
      +---------+-----------+----------------+-------------+-------------+------------+
      | 1.16.0  | Unknown   |                |             | Unknown     |            |
      +---------+-----------+----------------+-------------+-------------+------------+
      

      Attachments

        Issue Links

          Activity

            People

              volodymyr Vova Vysotskyi
              angozhiy Anton Gozhiy
              Anton Gozhiy Anton Gozhiy
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: