Re: Review Request 67073: HIVE-19370 : Retain time part in add_months function on timestamp datatype fields in hive

2018-05-14 Thread Peter Vary via Review Board
> On May 11, 2018, 8:51 p.m., Bharathkrishna Guruvayoor Murali wrote: > > Should I handle String inputs like 2018-05-10 12:20:10 to retain the time > > part. > > I did not do this because the inputs can have several formats if it is > > String (whereas timestamp is only in one format and it

Re: Review Request 67073: HIVE-19370 : Retain time part in add_months function on timestamp datatype fields in hive

2018-05-14 Thread Peter Vary via Review Board
> On May 11, 2018, 10:08 a.m., Peter Vary wrote: > > ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFAddMonths.java > > Lines 74 (patched) > > > > > > Do we think this is a better approach then the one

[jira] [Created] (HIVE-19523) Decimal truncation for trailing zeros in Hive 1.2.1

2018-05-14 Thread vinay kant garg (JIRA)
vinay kant garg created HIVE-19523: -- Summary: Decimal truncation for trailing zeros in Hive 1.2.1 Key: HIVE-19523 URL: https://issues.apache.org/jira/browse/HIVE-19523 Project: Hive Issue

Re: [DISCUSS] Unsustainable situation with ptests

2018-05-14 Thread Rui Li
+1 to freezing commits until we stabilize On Sat, May 12, 2018 at 6:10 AM, Vihang Karajgaonkar wrote: > In order to understand the end-to-end precommit flow I would like to get > access to the PreCommit-HIVE-Build jenkins script. Does anyone one know how > can I get that? >

Re: Review Request 66290: HIVE-14388 : Add number of rows inserted message after insert command in Beeline

2018-05-14 Thread Peter Vary via Review Board
> On May 11, 2018, 10:32 a.m., Peter Vary wrote: > > ql/src/java/org/apache/hadoop/hive/ql/Driver.java > > Lines 2334 (patched) > > > > > > Is it possible to end up with overflowed long? You can use Java8 method.

Re: [DISCUSS] Unsustainable situation with ptests

2018-05-14 Thread Prasanth Jayachandran
+1 on freezing commits until we get repetitive green tests. We should probably disable (and remember in a jira to reenable then at later point) tests that are flaky to get repetitive green test runs. Thanks Prasanth On Mon, May 14, 2018 at 2:15 AM -0700, "Rui Li"

Re: Review Request 66800: HIVE-6980 Drop table by using direct sql

2018-05-14 Thread Alexander Kolbasov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66800/#review203011 --- Ship it! Ship It! - Alexander Kolbasov On May 11, 2018,

[jira] [Created] (HIVE-19524) pom.xml typo: "commmons-logging" groupId

2018-05-14 Thread Laszlo Bodor (JIRA)
Laszlo Bodor created HIVE-19524: --- Summary: pom.xml typo: "commmons-logging" groupId Key: HIVE-19524 URL: https://issues.apache.org/jira/browse/HIVE-19524 Project: Hive Issue Type: Bug

Re: May 2018 Hive User Group Meeting

2018-05-14 Thread Sahil Takiar
Hello, Yes, the meetup was recorded. We are in the process of getting it uploaded to Youtube. Once its publicly available I will send out the link on this email thread. Thanks --Sahil On Mon, May 14, 2018 at 6:04 AM, wrote: > Hi, > > > > If you have recorded the

Re: Review Request 66290: HIVE-14388 : Add number of rows inserted message after insert command in Beeline

2018-05-14 Thread Sahil Takiar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66290/#review203035 --- I think you are safe to use the Java 8 specific method rather

[jira] [Created] (HIVE-19525) Spark task logs print PLAN PATH excessive number of times

2018-05-14 Thread Sahil Takiar (JIRA)
Sahil Takiar created HIVE-19525: --- Summary: Spark task logs print PLAN PATH excessive number of times Key: HIVE-19525 URL: https://issues.apache.org/jira/browse/HIVE-19525 Project: Hive Issue

Re: [DISCUSS] Unsustainable situation with ptests

2018-05-14 Thread Jesus Camacho Rodriguez
Vineet has already been working on disabling those tests that were timing out. I am working on disabling those that are generating different q files consistently for last ptests n runs. I am keeping track of all these tests in https://issues.apache.org/jira/browse/HIVE-19509. -Jesús On

Re: Review Request 67023: HIVE-18117: Add a new Test Driver "TestErasureCodingHDFSCliDriver" that can be used to run tests over hdfs directories that employ Erasure Coding.

2018-05-14 Thread Sahil Takiar
> On May 10, 2018, noon, Sahil Takiar wrote: > > itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java > > Lines 674 (patched) > > > > > > is this necessary since you set the cluster type to

[jira] [Created] (HIVE-19526) Exchange partition not copying data across S3 buckets

2018-05-14 Thread David Malinge (JIRA)
David Malinge created HIVE-19526: Summary: Exchange partition not copying data across S3 buckets Key: HIVE-19526 URL: https://issues.apache.org/jira/browse/HIVE-19526 Project: Hive Issue

Re: Review Request 67073: HIVE-19370 : Retain time part in add_months function on timestamp datatype fields in hive

2018-05-14 Thread Bharathkrishna Guruvayoor Murali via Review Board
> On May 11, 2018, 8:51 p.m., Bharathkrishna Guruvayoor Murali wrote: > > Should I handle String inputs like 2018-05-10 12:20:10 to retain the time > > part. > > I did not do this because the inputs can have several formats if it is > > String (whereas timestamp is only in one format and it

Re: Review Request 67073: HIVE-19370 : Retain time part in add_months function on timestamp datatype fields in hive

2018-05-14 Thread Bharathkrishna Guruvayoor Murali via Review Board
> On May 11, 2018, 8:51 p.m., Bharathkrishna Guruvayoor Murali wrote: > > Should I handle String inputs like 2018-05-10 12:20:10 to retain the time > > part. > > I did not do this because the inputs can have several formats if it is > > String (whereas timestamp is only in one format and it

Re: Review Request 67102: HIVE-19440: Make StorageBasedAuthorizer work with information schema

2018-05-14 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67102/#review203058 ---

Re: Review Request 66290: HIVE-14388 : Add number of rows inserted message after insert command in Beeline

2018-05-14 Thread Bharathkrishna Guruvayoor Murali via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66290/ --- (Updated May 14, 2018, 8:07 p.m.) Review request for hive, Sahil Takiar and

Re: Review Request 66800: HIVE-6980 Drop table by using direct sql

2018-05-14 Thread Vihang Karajgaonkar via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66800/#review203055 --- Fix it, then Ship it! LGTM. Thanks for making this change.

Re: [DISCUSS] Unsustainable situation with ptests

2018-05-14 Thread Vihang Karajgaonkar
I worked on a few quick-fix optimizations in Ptest infrastructure over the weekend which reduced the execution run from ~90 min to ~70 min per run. I had to restart Ptest multiple times. I was resubmitting the patches which were in the queue manually, but I may have missed a few. In case you have

Re: Review Request 67023: HIVE-18117: Add a new Test Driver "TestErasureCodingHDFSCliDriver" that can be used to run tests over hdfs directories that employ Erasure Coding.

2018-05-14 Thread Sahil Takiar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67023/#review203040 --- itests/src/test/resources/testconfiguration.properties Line 1693

[jira] [Created] (HIVE-19528) Beeline: When beeline-site.xml is present and the default named url is incorrect, throw an exception instead of relying on resolution via hive-site.xml/beeline-hs2-connec

2018-05-14 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-19528: --- Summary: Beeline: When beeline-site.xml is present and the default named url is incorrect, throw an exception instead of relying on resolution via hive-site.xml/beeline-hs2-connection.xml

Re: ptest queue

2018-05-14 Thread Adam Szita
This is now committed and has been deployed some hours ago - don't worry if you see your job failed I resubmitted everything from the queue. I will be keeping an eye on how ptest works after this change. Thanks, Adam On 2 May 2018 at 17:34, Adam Szita wrote: > I have a

[jira] [Created] (HIVE-19527) Preparing for 2.4 development

2018-05-14 Thread JIRA
Sergio Peña created HIVE-19527: -- Summary: Preparing for 2.4 development Key: HIVE-19527 URL: https://issues.apache.org/jira/browse/HIVE-19527 Project: Hive Issue Type: Bug Components:

Re: ptest queue

2018-05-14 Thread Deepak Jaiswal
Hi Adam, Thanks for putting so much effort for making ptests better. Really appreciate this. Regards, Deepak On 5/14/18, 11:47 AM, "Adam Szita" wrote: This is now committed and has been deployed some hours ago - don't worry if you see your job failed I

Re: Review Request 67023: HIVE-18117: Add a new Test Driver "TestErasureCodingHDFSCliDriver" that can be used to run tests over hdfs directories that employ Erasure Coding.

2018-05-14 Thread Andrew Sherman via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67023/ --- (Updated May 14, 2018, 9:44 p.m.) Review request for hive and Sahil Takiar.

Re: [DISCUSS] Unsustainable situation with ptests

2018-05-14 Thread Alan Gates
We should do it in a separate thread so that people can see it with the [VOTE] subject. Some people use that as a filter in their email to know when to pay attention to things. Alan. On Mon, May 14, 2018 at 2:36 PM, Prasanth Jayachandran < pjayachand...@hortonworks.com> wrote: > Will there be

[jira] [Created] (HIVE-19530) Vectorization: Fix JDBCSerde and re-enable vectorization

2018-05-14 Thread Matt McCline (JIRA)
Matt McCline created HIVE-19530: --- Summary: Vectorization: Fix JDBCSerde and re-enable vectorization Key: HIVE-19530 URL: https://issues.apache.org/jira/browse/HIVE-19530 Project: Hive Issue

[jira] [Created] (HIVE-19531) TransactionalValidationListener is getting catalog name from conf instead of table object.

2018-05-14 Thread Alan Gates (JIRA)
Alan Gates created HIVE-19531: - Summary: TransactionalValidationListener is getting catalog name from conf instead of table object. Key: HIVE-19531 URL: https://issues.apache.org/jira/browse/HIVE-19531

Re: Apache Hive 3.0.0 release preparation

2018-05-14 Thread Vineet Garg
Hello, branch-3 is now closed for commits. If you have anything you wanted to go in 3.0 please defer it to next release. I am working on stabilizing and preparing RC. Thanks, Vineet Garg > On May 7, 2018, at 11:34 AM, Vineet Garg wrote: > > Hello all, > > It’s been

Re: [DISCUSS] Unsustainable situation with ptests

2018-05-14 Thread Alan Gates
​I see there's support for this, but people are still pouring in commits. I proposed we have a quick vote on this to lock down the commits until we get to green. That way everyone knows we have drawn the line at a specific point. Any commits after that point would be reverted. There isn't a

Re: [DISCUSS] Unsustainable situation with ptests

2018-05-14 Thread Prasanth Jayachandran
Will there be a separate voting thread? Or the voting on this thread is sufficient for lock down? Thanks Prasanth > On May 14, 2018, at 2:34 PM, Alan Gates wrote: > > ​I see there's support for this, but people are still pouring in commits. > I proposed we have a quick

[jira] [Created] (HIVE-19533) Modify Hive to support transactional-stats-using aggregation queries with all other than COUNT

2018-05-14 Thread Steve Yeom (JIRA)
Steve Yeom created HIVE-19533: - Summary: Modify Hive to support transactional-stats-using aggregation queries with all other than COUNT Key: HIVE-19533 URL: https://issues.apache.org/jira/browse/HIVE-19533

Re: Review Request 67023: HIVE-18117: Add a new Test Driver "TestErasureCodingHDFSCliDriver" that can be used to run tests over hdfs directories that employ Erasure Coding.

2018-05-14 Thread Andrew Sherman via Review Board
> On May 10, 2018, noon, Sahil Takiar wrote: > > itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java > > Lines 674 (patched) > > > > > > is this necessary since you set the cluster type to

Re: Review Request 67023: HIVE-18117: Add a new Test Driver "TestErasureCodingHDFSCliDriver" that can be used to run tests over hdfs directories that employ Erasure Coding.

2018-05-14 Thread Andrew Sherman via Review Board
> On May 14, 2018, 4:57 p.m., Sahil Takiar wrote: > > itests/src/test/resources/testconfiguration.properties > > Line 1693 (original), 1693 (patched) > > > > > > why would we want the ec commands to work outside

Review Request 67121: HIVE-19527: Preparing for 2.4 development

2018-05-14 Thread Sergio Pena via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67121/ --- Review request for hive and Peter Vary. Bugs: HIVE-19527

[jira] [Created] (HIVE-19534) Allow implementations to access member variables of AbstractRecordWriter

2018-05-14 Thread Matt Burgess (JIRA)
Matt Burgess created HIVE-19534: --- Summary: Allow implementations to access member variables of AbstractRecordWriter Key: HIVE-19534 URL: https://issues.apache.org/jira/browse/HIVE-19534 Project: Hive

[jira] [Created] (HIVE-19529) Vectorization: Date/Timestamp NULL issues

2018-05-14 Thread Matt McCline (JIRA)
Matt McCline created HIVE-19529: --- Summary: Vectorization: Date/Timestamp NULL issues Key: HIVE-19529 URL: https://issues.apache.org/jira/browse/HIVE-19529 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19532) Modify Hive Driver/Executor to support transactional-stats-using COUNT aggregation queries

2018-05-14 Thread Steve Yeom (JIRA)
Steve Yeom created HIVE-19532: - Summary: Modify Hive Driver/Executor to support transactional-stats-using COUNT aggregation queries Key: HIVE-19532 URL: https://issues.apache.org/jira/browse/HIVE-19532

Re: [DISCUSS] Unsustainable situation with ptests

2018-05-14 Thread Sergey Shelukhin
Can we please make this freeze conditional, i.e. we unfreeze automatically after ptest is clean (as evidenced by the clean HiveQA run on a given JIRA). On 18/5/14, 15:16, "Alan Gates" wrote: >We should do it in a separate thread so that people can see it with the >[VOTE]

[jira] [Created] (HIVE-19536) Enable TestSequenceFileReadWrite#testSequenceTableWriteReadMR and TestSequenceFileReadWrite#testTextTableWriteReadMR

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19536: -- Summary: Enable TestSequenceFileReadWrite#testSequenceTableWriteReadMR and TestSequenceFileReadWrite#testTextTableWriteReadMR Key: HIVE-19536 URL:

[jira] [Created] (HIVE-19540) Enable TestMiniLlapLocalCliDriver#sysdb.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19540: -- Summary: Enable TestMiniLlapLocalCliDriver#sysdb.q Key: HIVE-19540 URL: https://issues.apache.org/jira/browse/HIVE-19540 Project: Hive

[jira] [Created] (HIVE-19546) Enable TestStats#partitionedTableDeprecatedCalls, TestStats#partitionedTableInHiveCatalog, and TestStats#partitionedTableOtherCatalog

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19546: -- Summary: Enable TestStats#partitionedTableDeprecatedCalls, TestStats#partitionedTableInHiveCatalog, and TestStats#partitionedTableOtherCatalog Key: HIVE-19546

[jira] [Created] (HIVE-19545) Enable TestCliDriver#fouter_join_ppr.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19545: -- Summary: Enable TestCliDriver#fouter_join_ppr.q Key: HIVE-19545 URL: https://issues.apache.org/jira/browse/HIVE-19545 Project: Hive

[jira] [Created] (HIVE-19537) Enable TestNegativeCliDriver#merge_negative_5.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19537: -- Summary: Enable TestNegativeCliDriver#merge_negative_5.q Key: HIVE-19537 URL: https://issues.apache.org/jira/browse/HIVE-19537 Project: Hive

[jira] [Created] (HIVE-19541) Enable TestMiniLlapLocalCliDriver#special_character_in_tabnames_1.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19541: -- Summary: Enable TestMiniLlapLocalCliDriver#special_character_in_tabnames_1.q Key: HIVE-19541 URL: https://issues.apache.org/jira/browse/HIVE-19541

[jira] [Created] (HIVE-19542) Enable TestMiniLlapLocalCliDriver#tez_smb_1.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19542: -- Summary: Enable TestMiniLlapLocalCliDriver#tez_smb_1.q Key: HIVE-19542 URL: https://issues.apache.org/jira/browse/HIVE-19542 Project: Hive

[jira] [Created] (HIVE-19543) Enable TestMiniLlapLocalCliDriver#union_fast_stats.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19543: -- Summary: Enable TestMiniLlapLocalCliDriver#union_fast_stats.q Key: HIVE-19543 URL: https://issues.apache.org/jira/browse/HIVE-19543 Project: Hive

[jira] [Created] (HIVE-19544) Enable TestMiniLlapLocalCliDriver#schema_evol_orc_acidvec_part.q and TestMiniLlapLocalCliDriver#schema_evol_orc_vec_part_llap_io.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19544: -- Summary: Enable TestMiniLlapLocalCliDriver#schema_evol_orc_acidvec_part.q and TestMiniLlapLocalCliDriver#schema_evol_orc_vec_part_llap_io.q Key: HIVE-19544

[jira] [Created] (HIVE-19548) Enable TestSSL#testSSLFetchHttp

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19548: -- Summary: Enable TestSSL#testSSLFetchHttp Key: HIVE-19548 URL: https://issues.apache.org/jira/browse/HIVE-19548 Project: Hive Issue Type:

[jira] [Created] (HIVE-19547) Enable TestOldSchema#testPartitionOps

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19547: -- Summary: Enable TestOldSchema#testPartitionOps Key: HIVE-19547 URL: https://issues.apache.org/jira/browse/HIVE-19547 Project: Hive Issue

[jira] [Created] (HIVE-19554) Enable TestDanglingQOuts#checkDanglingQOut

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19554: -- Summary: Enable TestDanglingQOuts#checkDanglingQOut Key: HIVE-19554 URL: https://issues.apache.org/jira/browse/HIVE-19554 Project: Hive

[jira] [Created] (HIVE-19535) Hive error reporting for not setting “Utilities.INPUT_NAME”

2018-05-14 Thread zhaoyang (JIRA)
zhaoyang created HIVE-19535: --- Summary: Hive error reporting for not setting “Utilities.INPUT_NAME” Key: HIVE-19535 URL: https://issues.apache.org/jira/browse/HIVE-19535 Project: Hive Issue Type:

[jira] [Created] (HIVE-19552) Enable TestMiniDruidKafkaCliDriver#druidkafkamini_basic.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19552: -- Summary: Enable TestMiniDruidKafkaCliDriver#druidkafkamini_basic.q Key: HIVE-19552 URL: https://issues.apache.org/jira/browse/HIVE-19552 Project:

[jira] [Created] (HIVE-19553) Enable TestTxnExIm#testUpgrade

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19553: -- Summary: Enable TestTxnExIm#testUpgrade Key: HIVE-19553 URL: https://issues.apache.org/jira/browse/HIVE-19553 Project: Hive Issue Type:

[jira] [Created] (HIVE-19538) Enable TestNegativeCliDriver#mm_concatenate.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19538: -- Summary: Enable TestNegativeCliDriver#mm_concatenate.q Key: HIVE-19538 URL: https://issues.apache.org/jira/browse/HIVE-19538 Project: Hive

[jira] [Created] (HIVE-19539) Enable TestMiniLlapLocalCliDriver#bucket_map_join_tez1.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19539: -- Summary: Enable TestMiniLlapLocalCliDriver#bucket_map_join_tez1.q Key: HIVE-19539 URL: https://issues.apache.org/jira/browse/HIVE-19539 Project:

[jira] [Created] (HIVE-19551) Enable TestBeeLineWithArgs#testQueryProgressParallel

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19551: -- Summary: Enable TestBeeLineWithArgs#testQueryProgressParallel Key: HIVE-19551 URL: https://issues.apache.org/jira/browse/HIVE-19551 Project: Hive

[jira] [Created] (HIVE-19550) Enable TestAcidOnTez#testNonStandardConversion01

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19550: -- Summary: Enable TestAcidOnTez#testNonStandardConversion01 Key: HIVE-19550 URL: https://issues.apache.org/jira/browse/HIVE-19550 Project: Hive

[jira] [Created] (HIVE-19549) Enable TestAcidOnTez#testCtasTezUnion

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19549: -- Summary: Enable TestAcidOnTez#testCtasTezUnion Key: HIVE-19549 URL: https://issues.apache.org/jira/browse/HIVE-19549 Project: Hive Issue

[jira] [Created] (HIVE-19555) Enable TestMiniLlapLocalCliDriver#tez_dynpart_hashjoin_1.q

2018-05-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19555: -- Summary: Enable TestMiniLlapLocalCliDriver#tez_dynpart_hashjoin_1.q Key: HIVE-19555 URL: https://issues.apache.org/jira/browse/HIVE-19555 Project:

Review Request 67125: HIVE-19418 add background stats updater similar to compactor

2018-05-14 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67125/ --- Review request for hive, Ashutosh Chauhan and Seong (Steve) Yeom. Repository:

Re: [DISCUSS] Unsustainable situation with ptests

2018-05-14 Thread Jesus Camacho Rodriguez
I have been working on fixing this situation while commits were still coming in. All the tests that have been disabled are in: https://issues.apache.org/jira/browse/HIVE-19509 I have created new issues to reenable each of them, they are linked to that issue. Maybe I was slightly aggressive

[VOTE] Stricter commit guidelines

2018-05-14 Thread Jesus Camacho Rodriguez
After work has been done to ignore most of the tests that were failing consistently/intermittently [1], I wanted to start this vote to gather support from the community to be stricter wrt committing patches to Hive. The committers guide [2] already specifies that a +1 should be obtained before