[jira] [Commented] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565265#comment-17565265
 ] 

ASF GitHub Bot commented on DRILL-8158:
---

jnturton commented on PR #2590:
URL: https://github.com/apache/drill/pull/2590#issuecomment-1181306763

   > This PR is now not well structured. The reproducible build commits should 
not be backported while everything else should be. I'll split it into two in 
the morning, after seeing the results of this CI run.
   
   Okay, the Kerberos unit test fixes have been moved out to #2592.




> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Assignee: James Turton
>Priority: Major
> Fix For: 1.20.2
>
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8256) Fix unit tests of Kerberos auth in RPC

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565264#comment-17565264
 ] 

ASF GitHub Bot commented on DRILL-8256:
---

jnturton opened a new pull request, #2592:
URL: https://github.com/apache/drill/pull/2592

   # [DRILL-8256](https://issues.apache.org/jira/browse/DRILL-8256): Fix unit 
tests of Kerberos auth in RPC
   
   ## Description
   
   Minor bugs in some unit tests in org.apache.drill.exec.rpc.user.security 
have meant that they have been disabled historically to prevent causing CI 
failures.
   
   ## Documentation
   N/A.
   
   ## Testing
   Fixed unit tests will run in CI.
   




> Fix unit tests of Kerberos auth in RPC 
> ---
>
> Key: DRILL-8256
> URL: https://issues.apache.org/jira/browse/DRILL-8256
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Security
>Affects Versions: 1.20.1
>Reporter: James Turton
>Assignee: James Turton
>Priority: Minor
> Fix For: 1.20.2
>
>
> Minor bugs in some unit tests in org.apache.drill.exec.rpc.user.security have 
> meant that they have been disabled historically to prevent causing CI 
> failures.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (DRILL-8256) Fix unit tests of Kerberos auth in RPC

2022-07-11 Thread James Turton (Jira)


 [ 
https://issues.apache.org/jira/browse/DRILL-8256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Turton reassigned DRILL-8256:
---

Assignee: James Turton

> Fix unit tests of Kerberos auth in RPC 
> ---
>
> Key: DRILL-8256
> URL: https://issues.apache.org/jira/browse/DRILL-8256
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Security
>Affects Versions: 1.20.1
>Reporter: James Turton
>Assignee: James Turton
>Priority: Minor
> Fix For: 1.20.2
>
>
> Minor bugs in some unit tests in org.apache.drill.exec.rpc.user.security have 
> meant that they have been disabled historically to prevent causing CI 
> failures.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (DRILL-8256) Fix unit tests of Kerberos auth in RPC

2022-07-11 Thread James Turton (Jira)
James Turton created DRILL-8256:
---

 Summary: Fix unit tests of Kerberos auth in RPC 
 Key: DRILL-8256
 URL: https://issues.apache.org/jira/browse/DRILL-8256
 Project: Apache Drill
  Issue Type: Bug
  Components: Security
Affects Versions: 1.20.1
Reporter: James Turton
 Fix For: 1.20.2


Minor bugs in some unit tests in org.apache.drill.exec.rpc.user.security have 
meant that they have been disabled historically to prevent causing CI failures.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8255) Update Drill-Calcite version to include fix for CALCITE-4992

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565260#comment-17565260
 ] 

ASF GitHub Bot commented on DRILL-8255:
---

jnturton merged PR #2591:
URL: https://github.com/apache/drill/pull/2591




> Update Drill-Calcite version to include fix for CALCITE-4992
> 
>
> Key: DRILL-8255
> URL: https://issues.apache.org/jira/browse/DRILL-8255
> Project: Apache Drill
>  Issue Type: Task
>Reporter: Vova Vysotskyi
>Assignee: Vova Vysotskyi
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565140#comment-17565140
 ] 

ASF GitHub Bot commented on DRILL-8158:
---

jnturton commented on PR #2590:
URL: https://github.com/apache/drill/pull/2590#issuecomment-1180731106

   > [jnturton](https://github.com/jnturton) removed the[ backport-to-stable 
](https://github.com/apache/drill/labels/backport-to-stable)label [6 hours 
ago](https://github.com/apache/drill/pull/2590#event-6968942212)
   
   This PR is now not well structured. The reproducible build commits should 
not be backported while everything else should be. I'll split it into two in 
the morning, after seeing the results of this CI run.




> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Assignee: James Turton
>Priority: Major
> Fix For: 1.20.2
>
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565011#comment-17565011
 ] 

ASF GitHub Bot commented on DRILL-8158:
---

vvysotskyi commented on PR #2590:
URL: https://github.com/apache/drill/pull/2590#issuecomment-1180417905

   Properties file should be present in every Drill jar, it helps to find some 
issues, for example at one of the releases we had a bug when one of the Drill 
jars in the jars folder was outdated instead of the built from sources.




> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Assignee: James Turton
>Priority: Major
> Fix For: 1.20.2
>
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564968#comment-17564968
 ] 

ASF GitHub Bot commented on DRILL-8158:
---

jnturton commented on PR #2590:
URL: https://github.com/apache/drill/pull/2590#issuecomment-1180320689

   Here I show the impact on the build_* columns in the sys.version table.
   ```
   apache drill> select * from sys.version;
   version 2.0.0-SNAPSHOT
   commit_id   4bc34f0e317d160b98756ef5659bfc8c4c3b3d93
   commit_message  Limit the git-commit-id plugin properties for reproducible 
builds.
   commit_time 11.07.2022 @ 12:25:56 SAST
   build_email null
   build_time  null
   
   1 row selected (1.768 seconds)
   ```




> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Assignee: James Turton
>Priority: Major
> Fix For: 1.20.2
>
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564963#comment-17564963
 ] 

ASF GitHub Bot commented on DRILL-8158:
---

jnturton commented on PR #2590:
URL: https://github.com/apache/drill/pull/2590#issuecomment-1180318047

   Something I noticed when looking for git.properties after building is that 
it appeared in every jar files in jars/. It doesn't seem great for it to be 
heavily duplicated like this...
   
   ```
   /opt/apache-drill/jars/drill-common-2.0.0-SNAPSHOT.jar
   git.properties
   /opt/apache-drill/jars/drill-druid-storage-2.0.0-SNAPSHOT.jar
   git.properties
   /opt/apache-drill/jars/drill-format-esri-2.0.0-SNAPSHOT.jar
   git.properties
   /opt/apache-drill/jars/drill-format-excel-2.0.0-SNAPSHOT.jar
   git.properties
   /opt/apache-drill/jars/drill-format-hdf5-2.0.0-SNAPSHOT.jar
   git.properties
   /opt/apache-drill/jars/drill-format-httpd-2.0.0-SNAPSHOT.jar
   ...
   ```




> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Assignee: James Turton
>Priority: Major
> Fix For: 1.20.2
>
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8255) Update Drill-Calcite version to include fix for CALCITE-4992

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564960#comment-17564960
 ] 

ASF GitHub Bot commented on DRILL-8255:
---

vvysotskyi opened a new pull request, #2591:
URL: https://github.com/apache/drill/pull/2591

   # [DRILL-8255](https://issues.apache.org/jira/browse/DRILL-8255): Update 
Drill-Calcite version to include fix for CALCITE-4992
   
   ## Description
   NA
   
   ## Documentation
   NA
   
   ## Testing
   NA
   




> Update Drill-Calcite version to include fix for CALCITE-4992
> 
>
> Key: DRILL-8255
> URL: https://issues.apache.org/jira/browse/DRILL-8255
> Project: Apache Drill
>  Issue Type: Task
>Reporter: Vova Vysotskyi
>Assignee: Vova Vysotskyi
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (DRILL-8255) Update Drill-Calcite version to include fix for CALCITE-4992

2022-07-11 Thread Vova Vysotskyi (Jira)
Vova Vysotskyi created DRILL-8255:
-

 Summary: Update Drill-Calcite version to include fix for 
CALCITE-4992
 Key: DRILL-8255
 URL: https://issues.apache.org/jira/browse/DRILL-8255
 Project: Apache Drill
  Issue Type: Task
Reporter: Vova Vysotskyi
Assignee: Vova Vysotskyi






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564939#comment-17564939
 ] 

ASF GitHub Bot commented on DRILL-8158:
---

jnturton commented on PR #2484:
URL: https://github.com/apache/drill/pull/2484#issuecomment-1180262825

   @hboutemy thanks for initiating this work. I've pulled your commit into 
#2590 in which I'll try to finish this off.




> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Assignee: James Turton
>Priority: Major
> Fix For: 1.20.2
>
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564940#comment-17564940
 ] 

ASF GitHub Bot commented on DRILL-8158:
---

jnturton closed pull request #2484: DRILL-8158: Remove non-reproducible build 
outputs
URL: https://github.com/apache/drill/pull/2484




> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Assignee: James Turton
>Priority: Major
> Fix For: 1.20.2
>
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564938#comment-17564938
 ] 

ASF GitHub Bot commented on DRILL-8158:
---

jnturton opened a new pull request, #2590:
URL: https://github.com/apache/drill/pull/2590

   # [DRILL-8158](https://issues.apache.org/jira/browse/DRILL-8158): Remove 
non-reproducible build outputs
   
   ## Description
   
   For context see [1] and [2]. The git-commit-id plugin includes information 
like build host, email and time which is not compatible with a reproducible 
build. Drill's built in sys.version table will return the build email and time 
if they are present in the build's git.properties file so these columns must be 
deprecated. Other useful Git-related information is retained.
   
   In accompanying commits, some Kerberos unit test fixes are applied, and the 
tests reenabled, and some updates to Release.md are included.
   
   [1] https://maven.apache.org/guides/mini/guide-reproducible-builds.html
   
   [2] 
https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root
   
   ## Documentation
   Update the Query System Tables doc page.
   
   ## Testing
   Run `select * from sys.version`. Manually inspect git.properties file.
   




> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Assignee: James Turton
>Priority: Major
> Fix For: 1.20.2
>
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread James Turton (Jira)


 [ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Turton updated DRILL-8158:

Fix Version/s: 1.20.2

> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Assignee: James Turton
>Priority: Major
> Fix For: 1.20.2
>
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread James Turton (Jira)


 [ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Turton updated DRILL-8158:

Description: 
For context see [1] and [2]. The git-commit-id plugin includes information like 
build host, email and time which is not compatible with a reproducible build. 
Drill's built in sys.version table will return the build email and time if they 
are present in the build's git.properties file so these columns must be 
deprecated. Other useful Git-related information is retained.

In accompanying commits, some Kerberos unit test fixes are applied, and the 
tests reenabled, and some updates to Release.md are included.

[1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]

[2] 
[https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]

  was:
https://github.com/apache/drill/pull/2484

context: see https://maven.apache.org/guides/mini/guide-reproducible-builds.html

and 
https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root


> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Priority: Major
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread James Turton (Jira)


 [ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Turton reassigned DRILL-8158:
---

Assignee: James Turton

> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Assignee: James Turton
>Priority: Major
>
> For context see [1] and [2]. The git-commit-id plugin includes information 
> like build host, email and time which is not compatible with a reproducible 
> build. Drill's built in sys.version table will return the build email and 
> time if they are present in the build's git.properties file so these columns 
> must be deprecated. Other useful Git-related information is retained.
> In accompanying commits, some Kerberos unit test fixes are applied, and the 
> tests reenabled, and some updates to Release.md are included.
> [1] [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> [2] 
> [https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (DRILL-8158) Remove non-reproducible build outputs

2022-07-11 Thread James Turton (Jira)


 [ 
https://issues.apache.org/jira/browse/DRILL-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Turton updated DRILL-8158:

Summary: Remove non-reproducible build outputs  (was: remove 
non-reproducible bits)

> Remove non-reproducible build outputs
> -
>
> Key: DRILL-8158
> URL: https://issues.apache.org/jira/browse/DRILL-8158
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.20.0
>Reporter: Herve Boutemy
>Priority: Major
>
> https://github.com/apache/drill/pull/2484
> context: see 
> https://maven.apache.org/guides/mini/guide-reproducible-builds.html
> and 
> https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8117) Clean up deprecated Apache code in Drill

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564876#comment-17564876
 ] 

ASF GitHub Bot commented on DRILL-8117:
---

jnturton commented on PR #2499:
URL: https://github.com/apache/drill/pull/2499#issuecomment-1180138728

   @cgivre, looking over this PR I think it falls closer to cleanup than it 
does to bugfix. While it no doubt carries only a little regression risk, it 
also also offers no benefits to stable release users - it's we Drill devs that 
will benefit from it - so my vote here is that it is not backported and is 
merged only into master...




> Clean up deprecated Apache code in Drill
> 
>
> Key: DRILL-8117
> URL: https://issues.apache.org/jira/browse/DRILL-8117
> Project: Apache Drill
>  Issue Type: Improvement
>Reporter: Jingchuan Hu
>Priority: Major
>
> Clean up and upgrade deprecated Apache code like: 
> Class PathChildrenCache in Class ZookeeperClient and Class StringEscapeUtils 
> in Class PlanStringBuilder
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8188) Convert HDF5 format to EVF2

2022-07-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564864#comment-17564864
 ] 

ASF GitHub Bot commented on DRILL-8188:
---

jnturton commented on PR #2515:
URL: https://github.com/apache/drill/pull/2515#issuecomment-1180116018

   Converted to draft to prevent merging.




> Convert HDF5 format to EVF2
> ---
>
> Key: DRILL-8188
> URL: https://issues.apache.org/jira/browse/DRILL-8188
> Project: Apache Drill
>  Issue Type: Improvement
>Affects Versions: 1.20.0
>Reporter: Cong Luo
>Assignee: Cong Luo
>Priority: Major
>
> Use EVF V2 instead of old V1.
> Also, fixed a few bugs in V2 framework.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)