Re: no-reopen-closed?

2018-01-28 Thread Sean Owen
Nothing would. The ASF would have to ban the account. There wouldn't be a total solution in any event but this workflow helps solve several of these rare corner cases. On Sun, Jan 28, 2018, 1:19 PM Koert Kuipers wrote: > what would prevent a person who kept reopening a ticket from now creating >

Re: no-reopen-closed?

2018-01-28 Thread Koert Kuipers
what would prevent a person who kept reopening a ticket from now creating a new ticket every time it is closed? On Sat, Jan 27, 2018 at 8:41 PM, Sean Owen wrote: > Yeah you'd have to create a new one. You could link the two. > > > On Sat, Jan 27, 2018, 7:07 PM Xiao Li wrote: > >> Hi, Sean, >>

Re: Vectorized ORC Reader in Apache Spark 2.3 with Apache ORC 1.4.1.

2018-01-28 Thread Dongjoon Hyun
Hi, Nicolas. Yes. In Apache Spark 2.3, there are new sub-improvements for SPARK-20901 (Feature parity for ORC with Parquet). For your questions, the following three are related. 1. spark.sql.orc.impl="native" By default, `native` ORC implementation (based on the latest ORC 1.4.1) is added.