Re: Unable to compile thrift

2017-02-08 Thread Lars Volker
I remember trying to compile with the latest version of thrift shipped in Ubuntu 14.04 a few weeks back and got the same error. Using 0.7 worked though. Sadly I don't know why it fails on a Mac. On Feb 8, 2017 21:18, "Pradeep Gollakota" wrote: > I tried building with

Re: Next parquet sync

2017-02-02 Thread Lars Volker
I'm one of the developers currently working on statistics support in Impala. Would it be ok if I join the hangout, too? Best wishes, Lars On Tue, Jan 31, 2017 at 10:40 PM, Julien Le Dem wrote: > Actually Friday 10am doesn't work for me. > I'll schedule Monday 2/6 10 am PT >

Re: Next parquet sync

2017-02-02 Thread Lars Volker
thub PRs and > the sync helps getting those to conclusion faster. > > On Thu, Feb 2, 2017 at 6:50 AM, Uwe L. Korn <uw...@xhochy.com> wrote: > > > Sure! Everyone interested about Parquet is welcome! > > > > On Thu, Feb 2, 2017, at 03:27 PM, Lars Volker wrote: &

Re: Inconsistencies between parquet.thrift and parquet-mr/Hive

2017-01-30 Thread Lars Volker
Hi All, This looks like it got dropped. Is there anything else I should do before this can be considered for review? Thanks for the help, Lars On Thu, Jan 5, 2017 at 8:08 PM, Lars Volker <l...@cloudera.com> wrote: > I created PARQUET-826 <https://issues.apache.org/jira/browse

Re: Missing min/max statistics in file footer

2017-02-10 Thread Lars Volker
ps://issues.apache.org/jira/browse/PARQUET-869> > > On Fri, Feb 10, 2017 at 10:17 AM, Lars Volker <l...@cloudera.com> wrote: > > > Can you check the value of ParquetMetaData.created_by? Once you have > that, > > you should see if it gets filtered by the code in Corru

Re: Missing min/max statistics in file footer

2017-02-10 Thread Lars Volker
Hi Pradeep, I don't have any experience with using Parquet APIs through Spark. That being said, there are currently several issues around column statistics, both in the format and in the parquet-mr implementation (PARQUET-686, PARQUET-839, PARQUET-840). However, in your case and depending on the

Re: Missing min/max statistics in file footer

2017-02-10 Thread Lars Volker
genericGetMin(); > System.out.println("\t" + c.getPath() + " [" + min + > ", " + max + "]"); > } > }); > } > }); > > > Thanks, > Pradeep > > On Fri, Feb 10, 2017 at 9:08 AM, Lars Volker <l...@cloudera.com> wrote: > > >

Inconsistencies between parquet.thrift and parquet-mr/Hive

2016-12-16 Thread Lars Volker
Hi All, I'm currently working on adding support for writing min/max statistics to Parquet files to Impala (IMPALA-3909 ). I noticed, that the comments in parquet.thrift#L201

Re: Parquet Sync

2017-04-03 Thread Lars Volker
Works for me, too. On Apr 3, 2017 20:58, "Marcel Kornacker" wrote: > Works for me as well. > > On Mon, Apr 3, 2017 at 11:41 AM, Wes McKinney wrote: > > +1 > > > > On Mon, Apr 3, 2017 at 2:31 PM, Ryan Blue > wrote: > >> Works

Parquet sync starting now

2017-08-16 Thread Lars Volker
Join us here: https://meet.google.com/zyd-mwbm-zpe

Re: Parquet sync starting now

2017-08-16 Thread Lars Volker
with dictionary compression. Folks hadn't had time to look at the results so we'll continue the discussion on dev@ and in the next Parquet sync. - We may also want to compare them to index based page skipping On Wed, Aug 16, 2017 at 9:01 AM, Lars Volker <l...@cloudera.com> wrote: > Joi

Re: Could someone with write access merge PR #52?

2017-05-09 Thread Lars Volker
t; merge #52 as soon as the JIRA ID is in the title. Thanks! > > On Tue, May 9, 2017 at 9:02 AM, Ryan Blue <rb...@netflix.com> wrote: > > > I was giving everyone a few days to comment. I can merge it later today. > > > > On Tue, May 9, 2017 at 9:00 AM, Lars Volker <

Could someone with write access merge PR #52?

2017-05-09 Thread Lars Volker
This PR fixes a missing word in README.md. It seems pretty unanimous and has a +1. Could someone please submit it? https://github.com/apache/parquet-format/pull/52 Thanks, Lars

Date and Time for next sync

2017-05-10 Thread Lars Volker
Hi All, I'll be traveling on the day of the next Parquet sync (Wed, May 24th). Any other day that week would work fine for me. Would it be possible to move the meeting? That might allow Marcel to join, too, but I'm not sure about that. Thanks, Lars

Re: Date and Time for next sync

2017-06-02 Thread Lars Volker
ding timestamps > > On Wed, May 10, 2017 at 8:34 PM, Julien Le Dem <jul...@dremio.com> wrote: > > > Mo, Tu, Th work for me that week. > > > > > > On Wed, May 10, 2017 at 2:32 PM, Lars Volker <l...@cloudera.com> wrote: > > > >> Hi All, >

Re: BYTE_ARRAY possible to getmax possible size?

2017-06-07 Thread Lars Volker
Could this be a candidate to add to the Statistics? On Wed, Jun 7, 2017 at 11:18 AM, Deepak Majeti wrote: > The parquet metadata does not have such information. > > > On Wed, Jun 7, 2017 at 1:08 PM, Felipe Aramburu > wrote: > > > Is there any

Re: BYTE_ARRAY possible to getmax possible size?

2017-06-08 Thread Lars Volker
Agreed ... this would be good info to have. > > > > On Wed, Jun 7, 2017 at 2:25 PM, Lars Volker <l...@cloudera.com> wrote: > > > > > Could this be a candidate to add to the Statistics? > > > > > > On Wed, Jun 7, 2017 at 11:18 AM, Deepak Majeti < &

Re: BYTE_ARRAY possible to getmax possible size?

2017-06-08 Thread Lars Volker
probably no. But I imagine that it is not considered > acceptable to try and modify this statistics information AFTER the parquet > file has been generated correct? > ᐧ > > On Thu, Jun 8, 2017 at 9:59 AM, Lars Volker <l...@cloudera.com> wrote: > > > I suppose

Sign of on JIRA to close obsolete PRs

2017-06-15 Thread Lars Volker
Hi All, As discussed in the last sync I went over the list of open PRs and identified some that should be closed: https://github.com/apache/parquet-format/pull/38 https://github.com/apache/parquet-format/pull/42 https://github.com/apache/parquet-format/pull/33

Re: Sign of on JIRA to close obsolete PRs

2017-06-15 Thread Lars Volker
The JIRA has been resolved and the PRs are closed. Thanks all. On Thu, Jun 15, 2017 at 9:09 AM, Lars Volker <l...@cloudera.com> wrote: > Hi All, > > As discussed in the last sync I went over the list of open PRs and > identified some that should be closed: > > https://g

Can we add a special ColumnOrder for testing?

2017-05-05 Thread Lars Volker
Hi All, PR #46 introduced ColumnOrder with the limitation that a reader should ignore stats for a column if the corresponding ColumnOrder in FileMetaData contains an unknown value. In order to test this logic, it would be helpful to have a

Re: Can we add a special ColumnOrder for testing?

2017-05-05 Thread Lars Volker
ri, May 5, 2017 at 5:50 AM, Lars Volker <l...@cloudera.com> wrote: > > > Hi All, > > > > PR #46 <https://github.com/apache/parquet-format/pull/46> introduced > > ColumnOrder with the limitation that a reader should ignore stats for a > > column if the cor

Re: [VOTE] Release Apache Parquet C++ 1.3.0 RC0

2017-09-22 Thread Lars Volker
0 (non-binding) I did the following: * Downloaded the tarball, .asc, and .md5 files. * Verified that the .asc signature is valid and matches Uwe's key from the KEYs file on Github. * Validated the md5 checksum using gpg. * Tried to run "dev/release/verify-release-candidate 1.3.0-rc0". I noticed

Re: [VOTE] Release Apache Parquet C++ 1.3.1 RC0

2017-10-16 Thread Lars Volker
0 (non-binding) * Verified the sha512 sum * Verified the .asc and that it matches Uwe's key * Built and ran the unittests manually on macOS Sierra * Ran the rat tool over the tarball. All warnings looked expected to me except for apache-parquet-cpp-1.3.1/cmake_modules/parquet-cppConfig.cmake.in,

Re: [VOTE] Release Apache Parquet C++ 1.3.1 RC0

2017-10-16 Thread Lars Volker
anks Lars for catching that. I also created about PARQUET-1140 so we > can be more vigilant about RAT issues. > > Do we need an RC1? > > On Mon, Oct 16, 2017 at 12:54 PM, Lars Volker <l...@cloudera.com> wrote: > > 0 (non-binding) > > > > * Verified the sha512

Date and time for next parquet sync

2017-09-28 Thread Lars Volker
I sent out an meeting request for the next Parquet sync on Wednesday, October 11th at 9am PST. Please reply to this email if you'd like to join and found yourself not on the invite yet.

Re: Date and time for next parquet sync

2017-09-29 Thread Lars Volker
I added you to the invite. On Thu, Sep 28, 2017 at 9:48 PM, Santlal J Gupta < santlal.gu...@bitwiseglobal.com> wrote: > Yes I want to join. > > -Original Message----- > From: Lars Volker [mailto:l...@cloudera.com] > Sent: Thursday, September 28, 2017 8:40 PM > To

Re: [VOTE] Release Apache Parquet Format 2.4.0 RC2

2017-10-17 Thread Lars Volker
+1 (binding) * Verified checksum and signature * Ran "mvn test" and it passed. This included RAT. * Ran "make doc" to check that docs compile and look OK * Verified that the latest changes are included in parquet.thrift I noticed that PARQUET-1144 did not make it into the CHANGES.md file. Is

Re: [VOTE] Release Apache Parquet Format 2.4.0 RC2

2017-10-17 Thread Lars Volker
guidance for SHA checksums http://www.apache.org/dev/release-distribution#sigs-and-sums I note that Lars's vote is non-binding because he is not a PMC member - Wes On Tue, Oct 17, 2017 at 6:54 PM, Lars Volker <l...@cloudera.com> wrote: > +1 (binding) > > * Verified checksum

Next Parquet Sync on Wednesday, Dec 6th, 9am PST

2017-11-30 Thread Lars Volker
Hi All, In the last Hangout we seemed to agree to have the next sync in two weeks. I have just sent out a meeting request for next Wednesday, Dec 6th at 9am PST to everyone who was on the last invite. If you're not yet on the invite and would like to join, please reply to this email and I'll be

Parquet Sync on Wednesday 9am PST?

2017-11-20 Thread Lars Volker
Hi All, I'd like to propose to have the next regular, bi-weekly Parquet sync on Wednesday, Nov 22nd, at 9am PST. There has been some discussion around how to implement support for new-style statistics (min_value / max_value) in parquet-mr and I think it would be great to talk about this in

Next Parquet Sync on Tue, Dec 19th, 9am PST

2017-12-08 Thread Lars Volker
Hi All, In the last Parquet sync we scheduled the next one for Dec 19th, 9am PST. I just sent out an invite to everyone who was on the last invite. If you would like to receive an invite, too, please reply to this email. If that day and time does not work for you, please speak up. Cheers, Lars

Parquet Sync starting now

2017-12-06 Thread Lars Volker
Join us here: https://meet.google.com/ttv-rton-ber

Re: Migrating parquet-cpp to gitbox

2017-10-29 Thread Lars Volker
+1, repos in GitBox seem much easier to maintain. Thank you for doing this! On Sun, Oct 29, 2017 at 5:31 PM, Wes McKinney wrote: > hi folks, > > I would like to migrate apache/parquet-cpp to the ASF's GitBox system, > which has a number of benefits for maintainers (being

Re: Date and time for the next Parquet sync

2018-05-08 Thread Lars Volker
I sent an invite for the proposed time. Please let me know if you would like to be added to the meeting but haven't received an invite. Cheers, Lars On Mon, May 7, 2018 at 9:27 AM, Lars Volker <l...@cloudera.com> wrote: > Hi All, > > I'd like to propose to have a Parquet

Date and time for the next Parquet sync

2018-05-07 Thread Lars Volker
Hi All, I'd like to propose to have a Parquet Sync this week on Wednesday, May 9th, at 6pm CET / 9 am PST. Last time we met on a Tuesday, so this time it should be Wednesday. Please speak up if that time does not work for you. Otherwise I will send out the MR tomorrow morning. Cheers, Lars

Re: Too verbose GitHub bot comments

2018-06-06 Thread Lars Volker
You can also try #infra on the ASF HipChat at http://infra.chat This page has more contact options: https://www.apache.org/dev/infra-contact On Wed, Jun 6, 2018 at 11:02 AM, Ryan Blue wrote: > You might try pinging #asfinfra on freenode.net IRC. They probably just > missed the issue. > > On

Re: [VOTE] Release Apache Parquet C++ 1.3.1 RC1

2017-10-22 Thread Lars Volker
+1 (non-binding) * Verified md5 sum and signature * Ran run-rat.sh * Built and ran tests on MacOS Sierra On Sun, Oct 22, 2017 at 12:23 PM, Ryan Blue wrote: > +1 (binding) > > * Verified checksums and signature > * Built and tested on Ubuntu 17.04, g++ 5.4.1 > > Also,

Re: Next parquet sync

2018-01-09 Thread Lars Volker
rote: > > > > > >> We have been staggering the Arrow syncs by 1 week, also on Wednesdays > > >> at 9am PT. If you are going to have the next Parquet sync on 1/10, we > > >> would have the next Arrow sync on 1/17. Let me know what you prefer > > >> > &g

Re: Moving parquet-mr and parquet-format to Apache's GitBox service

2018-01-24 Thread Lars Volker
+1 Thank you Uwe! On Jan 24, 2018 08:48, "Ryan Blue" wrote: > +1 > > On Wed, Jan 24, 2018 at 5:13 AM, Uwe L. Korn wrote: > > > Hello all, > > > > it seems that we recently had some issues with the retriggering of Travis > > builds and also would

Re: Date and time for next parquet sync

2018-01-29 Thread Lars Volker
y are ok for me but I would prefer Tuesday this > week. > > > > Uwe > > > > On Mon, Jan 29, 2018, at 12:54 PM, Zoltan Ivanfi wrote: > >> +1 for Tuesday, this week I can't attend on Wednesday. > >> > >> Zoltan > >> > >> On Mon, Jan 29

Re: Date and time for next parquet sync

2018-01-28 Thread Lars Volker
e days is suitable > for everyone I would be happy to participate. If not, I’m fine with going > to the next meeting instead. > > Cheers, > Gabor > > > On 24 Jan 2018, at 00:56, Lars Volker <l...@cloudera.com> wrote: > > > > Hi All, > > > > After chatting

Re: Parquet DeltaLengthByteArrayDecoder question

2018-01-29 Thread Lars Volker
Hi Ivan, As you likely saw in the other thread, the Parquet developer community will have our bi-weekly sync tomorrow (Tuesday) morning at 9am PST. Everyone is invited to join, even if you only want to listen in. It's a good opportunity to meet a lot of the folks working on various parts of the

Date and Time for next Parquet sync

2018-02-07 Thread Lars Volker
Hi All, I propose to have the next regular Parquet sync next week, either on Tuesday or Wednesday at 9am PST / 6pm CET. The last one was on a Tuesday so this one would default to Wednesday. Let's have a quick vote here by replying to this email with your day of choice. Feel free to propose any

Re: Inconsistent float/double sort order in spec and implementations can lead to incorrect results

2018-02-16 Thread Lars Volker
ing right? Couldn't we > just define a special order for floats? Essentially it would be a tag for > writers to say "hey I know about this total order thing". > > On Fri, Feb 16, 2018 at 9:14 AM, Lars Volker <l...@cloudera.com> wrote: > > > I think one idea behin

Re: Inconsistent float/double sort order in spec and implementations can lead to incorrect results

2018-02-16 Thread Lars Volker
I think one idea behind the column order fields was that if a reader does not recognize a value there, it needs to ignore the stats. If I remember correctly, that was intended to allow us to add new orderings for collations, but it also seems useful to address gaps in the spec or known broken

Re: Next parquet sync

2018-01-04 Thread Lars Volker
1/10 would work for me. On Thu, Jan 4, 2018 at 3:22 AM, Julien Le Dem wrote: > Any day of the week/time preference for the next Parquet sync? > It is usually held at 9am PT (5pm UTC) on a Wednesday. >

Date and time for next parquet sync

2018-01-23 Thread Lars Volker
Hi All, After chatting with Julien I'd like to propose to do the next regular Parquet sync on next Wednesday, January 31st, at 5pm GMT (6pm CET, 9am PST). This will get us back to alternating weeks with the arrow sync. If that doesn't work for you, please let me know. Cheers, Lars

Re: Date for next Parquet sync

2018-03-12 Thread Lars Volker
em <julien.le...@gmail.com> > wrote: > > > or 10am PST but it's a little late for the team in Budapest. > > > > On Thu, Mar 8, 2018 at 4:11 PM, Julien Le Dem <julien.le...@gmail.com> > > wrote: > > > >> I'm sorry, it turns out I now have a co

Date and time for the next Parquet sync

2018-04-18 Thread Lars Volker
Hi All, It has been 3 weeks since our last Parquet community sync and I think it would be great to have one next week. Last time we met on a Wednesday, so this time it should be Tuesday. I'd like to propose next Tuesday, April 24th, at 6pm CET / 9 am PST. Please speak up if that time does not

Re: Date and time for the next Parquet sync

2018-04-21 Thread Lars Volker
oltan Ivanfi <z...@cloudera.com> wrote: > > > +1, thanks Lars! > > > > On Wed, Apr 18, 2018 at 6:20 PM Lars Volker <l...@cloudera.com> wrote: > > > > > Hi All, > > > > > > It has been 3 weeks since our last Parquet community sync and I think

Re: Welcome to our new PMC member Zoltan Ivanfi

2018-04-16 Thread Lars Volker
Congratulations Zoltan! On Mon, Apr 16, 2018, 09:49 Julien wrote: > Zoltan is now an Apache Parquet PMC member. > Congrats Zoltan! > ( Feel free to vote on the release ;) ) > Best > Julien > >

Re: Merging changes in the GitBox era

2018-03-26 Thread Lars Volker
> > >> On Fri, Mar 23, 2018, at 11:57 PM, Ryan Blue wrote: > >> > +1 > >> > > >> > On Fri, Mar 23, 2018 at 11:01 AM, Wes McKinney <wesmck...@gmail.com> > >> wrote: > >> > > >> > > +1 > >> > > &

Re: Merging changes in the GitBox era

2018-03-26 Thread Lars Volker
> > I think we should, otherwise we may accidentally end up with a commit > > > history full of micro-changes like "Initial commit for feature", > "Address > > > reviewer1's comments", "Address reviewer2's comments". > > > > > &g

Re: [VOTE] Accept donation of Parquet Rust implementation

2018-03-16 Thread Lars Volker
+1 (non-binding) On Fri, Mar 16, 2018 at 9:19 AM, Daniel Weeks wrote: > +1 > > On Tue, Mar 6, 2018 at 12:32 PM, Jacques Nadeau > wrote: > > > +1 (non-binding) > > > > On Tue, Mar 6, 2018 at 12:31 PM, Uwe L. Korn wrote: > > > >

Date and time for the next Parquet sync

2018-03-22 Thread Lars Volker
Following our biweekly cadence we should have a Parquet community sync next week. Last time we met on a Tuesday, so this time it should be Wednesday. I propose to meet next Wednesday, March 28th, at 6pm CET / 9am PST. Europe switches to daylight saving time during the weekend so we will be back

Re: Merging changes in the GitBox era

2018-03-23 Thread Lars Volker
wrote: > You may be able to ask ASF Infra to disallow merge commits in the > GitHub UI to prevent this from happening > > On Fri, Mar 23, 2018 at 11:18 AM, Lars Volker <l...@cloudera.com> wrote: > > Both of these merges are on me, I wasn't aware aware that they would sh

Re: Merging changes in the GitBox era

2018-03-23 Thread Lars Volker
Both of these merges are on me, I wasn't aware aware that they would show up like this. I personally prefer the format provided by the dev/merge.py script. Since 2016 Github supports "Rebase and Merge" as a second option when submitting PRs:

Re: New committer: Nandor Kollar

2019-06-25 Thread Lars Volker
Congratulations Nandor! On Tue, Jun 25, 2019 at 8:52 AM Tim Armstrong wrote: > Congratulations! > > On Tue, Jun 25, 2019 at 7:13 AM 俊杰陈 wrote: > > > Congrats Nandor! > > > > On Tue, Jun 25, 2019 at 7:09 PM Zoltan Ivanfi > > wrote: > > > > > Hi, > > > > > > The Project Management Committee

Re: New committer: Fokko Driesprong

2019-06-25 Thread Lars Volker
Congratulations Fokko! On Tue, Jun 25, 2019 at 8:52 AM Tim Armstrong wrote: > Congratulations! > > On Tue, Jun 25, 2019 at 7:12 AM 俊杰陈 wrote: > > > Congrats Fokko! > > > > On Tue, Jun 25, 2019 at 7:08 PM Zoltan Ivanfi > > wrote: > > > > > Hi, > > > > > > The Project Management Committee (PMC)

Re: Parquet Sync

2019-04-15 Thread Lars Volker
Hi, I'd be happy to help. I have organized a few of these in the past, and I've recently started similar meetings for the Impala project. If someone else wants to do it, that's fine for me, too, of course. Cheers, Lars On Mon, Apr 15, 2019, 22:14 Julien Le Dem wrote: > Hello all, > Since I

Re: New PMC member: Gabor Szadovszky

2019-06-28 Thread Lars Volker
Congratulations Gabor! On Fri, Jun 28, 2019, 08:32 Anna Szonyi wrote: > Congrats Gabor!! Best news I've heard in a while :) > > Also congrats to Nandi and Fokko! > > Looking forward to all the upcoming awesomeness in the Parquet community! > > Best, > Anna > > On Fri, Jun 28, 2019 at 4:03 PM

[jira] [Created] (PARQUET-804) README.md still links to the old Google group

2016-12-16 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-804: --- Summary: README.md still links to the old Google group Key: PARQUET-804 URL: https://issues.apache.org/jira/browse/PARQUET-804 Project: Parquet Issue Type

[jira] [Created] (PARQUET-802) The link to "Google Hangout" on parquet.apache.org is broken

2016-12-16 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-802: --- Summary: The link to "Google Hangout" on parquet.apache.org is broken Key: PARQUET-802 URL: https://issues.apache.org/jira/browse/PARQUET-802 Projec

[jira] [Updated] (PARQUET-804) parquet-format README.md still links to the old Google group

2016-12-16 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-804: Summary: parquet-format README.md still links to the old Google group (was: README.md still links

[jira] [Commented] (PARQUET-803) "How to contribute" link is broken on the webpage

2017-01-12 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15820777#comment-15820777 ] Lars Volker commented on PARQUET-803: - I forgot about the other Jira, apologies for any confusion

[jira] [Created] (PARQUET-826) parquet.thrift comments for Statistics are not consistent with parquet-mr and Hive implementations

2017-01-05 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-826: --- Summary: parquet.thrift comments for Statistics are not consistent with parquet-mr and Hive implementations Key: PARQUET-826 URL: https://issues.apache.org/jira/browse/PARQUET-826

[jira] [Commented] (PARQUET-323) INT96 should be marked as deprecated

2017-03-08 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15902218#comment-15902218 ] Lars Volker commented on PARQUET-323: - We discussed this issue in today's Parquet sync and agreed

[jira] [Commented] (PARQUET-922) Define Index pages when a Parquet file is sorted

2017-04-03 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15954269#comment-15954269 ] Lars Volker commented on PARQUET-922: - The design doc for this feature can be found here: https

[jira] [Created] (PARQUET-1074) [C++] Switch to long key ids in KEYs file

2017-08-02 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1074: Summary: [C++] Switch to long key ids in KEYs file Key: PARQUET-1074 URL: https://issues.apache.org/jira/browse/PARQUET-1074 Project: Parquet Issue Type

[jira] [Created] (PARQUET-1077) [MR] Switch to long key ids in KEYs file

2017-08-03 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1077: Summary: [MR] Switch to long key ids in KEYs file Key: PARQUET-1077 URL: https://issues.apache.org/jira/browse/PARQUET-1077 Project: Parquet Issue Type: Bug

[jira] [Updated] (PARQUET-1077) [MR] Switch to long key ids in KEYs file

2017-08-03 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1077: - Description: PGP keys should be longer than 32bit, as outlined on https://evil32.com/. We

[jira] [Updated] (PARQUET-1077) [MR] Switch to long key ids in KEYs file

2017-08-03 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1077: - Fix Version/s: (was: cpp-1.3.0) > [MR] Switch to long key ids in KEYs f

[jira] [Updated] (PARQUET-1077) [MR] Switch to long key ids in KEYs file

2017-08-03 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1077: - Component/s: (was: parquet-cpp) parquet-mr > [MR] Switch to long key

[jira] [Updated] (PARQUET-1076) [Format] Switch to long key ids in KEYs file

2017-08-03 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1076: - Fix Version/s: (was: cpp-1.3.0) > [Format] Switch to long key ids in KEYs f

[jira] [Updated] (PARQUET-1077) [MR] Switch to long key ids in KEYs file

2017-08-03 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1077: - Affects Version/s: (was: cpp-1.1.0) > [MR] Switch to long key ids in KEYs f

[jira] [Updated] (PARQUET-1076) [Format] Switch to long key ids in KEYs file

2017-08-03 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1076: - Description: PGP keys should be longer than 32bit, as outlined on https://evil32.com/. We

[jira] [Updated] (PARQUET-1076) [Format] Switch to long key ids in KEYs file

2017-08-03 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1076: - Component/s: (was: parquet-cpp) parquet-format > [Format] Switch to l

[jira] [Created] (PARQUET-1076) [Format] Switch to long key ids in KEYs file

2017-08-03 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1076: Summary: [Format] Switch to long key ids in KEYs file Key: PARQUET-1076 URL: https://issues.apache.org/jira/browse/PARQUET-1076 Project: Parquet Issue Type

[jira] [Updated] (PARQUET-1076) [Format] Switch to long key ids in KEYs file

2017-08-03 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1076: - Affects Version/s: (was: cpp-1.1.0) > [Format] Switch to long key ids in KEYs f

[jira] [Updated] (PARQUET-826) parquet.thrift comments for Statistics are not consistent with parquet-mr and Hive implementations

2017-07-26 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-826: Fix Version/s: 1.9.0 > parquet.thrift comments for Statistics are not consistent with parquet

[jira] [Resolved] (PARQUET-974) Add a special ColumnOrder for testing

2017-07-26 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker resolved PARQUET-974. - Resolution: Won't Fix > Add a special ColumnOrder for test

[jira] [Created] (PARQUET-1031) Fix spelling errors, whitespace, GitHub urls

2017-06-15 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1031: Summary: Fix spelling errors, whitespace, GitHub urls Key: PARQUET-1031 URL: https://issues.apache.org/jira/browse/PARQUET-1031 Project: Parquet Issue Type

[jira] [Created] (PARQUET-1032) Change link in Encodings.md for variable length encoding

2017-06-15 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1032: Summary: Change link in Encodings.md for variable length encoding Key: PARQUET-1032 URL: https://issues.apache.org/jira/browse/PARQUET-1032 Project: Parquet

[jira] [Created] (PARQUET-1034) Fix link to parquet-mr project in CONTRIBUTING.md

2017-06-15 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1034: Summary: Fix link to parquet-mr project in CONTRIBUTING.md Key: PARQUET-1034 URL: https://issues.apache.org/jira/browse/PARQUET-1034 Project: Parquet Issue

[jira] [Created] (PARQUET-974) Add a special ColumnOrder for testing

2017-05-05 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-974: --- Summary: Add a special ColumnOrder for testing Key: PARQUET-974 URL: https://issues.apache.org/jira/browse/PARQUET-974 Project: Parquet Issue Type: Bug

[jira] [Created] (PARQUET-975) READMEmd misses a word

2017-05-05 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-975: --- Summary: READMEmd misses a word Key: PARQUET-975 URL: https://issues.apache.org/jira/browse/PARQUET-975 Project: Parquet Issue Type: Bug Components

[jira] [Updated] (PARQUET-975) README.md misses a word

2017-05-05 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-975: Summary: README.md misses a word (was: READMEmd misses a word) > README.md misses a w

[jira] [Created] (PARQUET-1111) dev/release/verify-release-candidate has stale help

2017-09-21 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-: Summary: dev/release/verify-release-candidate has stale help Key: PARQUET- URL: https://issues.apache.org/jira/browse/PARQUET- Project: Parquet

[jira] [Updated] (PARQUET-1139) Add license to cmake_modules/parquet-cppConfig.cmake.in

2017-10-16 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1139: - Affects Version/s: cpp-1.3.0 > Add license to cmake_modules/parquet-cppConfig.cmake

[jira] [Created] (PARQUET-1139) Add license to cmake_modules/parquet-cppConfig.cmake.in

2017-10-16 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1139: Summary: Add license to cmake_modules/parquet-cppConfig.cmake.in Key: PARQUET-1139 URL: https://issues.apache.org/jira/browse/PARQUET-1139 Project: Parquet

[jira] [Commented] (PARQUET-1139) Add license to cmake_modules/parquet-cppConfig.cmake.in

2017-10-16 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16206350#comment-16206350 ] Lars Volker commented on PARQUET-1139: -- https://github.com/apache/parquet-cpp/pull/411 >

[jira] [Commented] (PARQUET-1140) [C++] Run RAT checks in CI

2017-10-16 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16206226#comment-16206226 ] Lars Volker commented on PARQUET-1140: -- parquet-format also runs RAT, see there for another example

[jira] [Created] (PARQUET-1118) Build a corpus of Parquet files that client implementations can use for validation

2017-09-28 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1118: Summary: Build a corpus of Parquet files that client implementations can use for validation Key: PARQUET-1118 URL: https://issues.apache.org/jira/browse/PARQUET-1118

[jira] [Created] (PARQUET-1136) Makefile is broken

2017-10-11 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1136: Summary: Makefile is broken Key: PARQUET-1136 URL: https://issues.apache.org/jira/browse/PARQUET-1136 Project: Parquet Issue Type: Bug Components

[jira] [Commented] (PARQUET-1136) Makefile is broken

2017-10-11 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16200532#comment-16200532 ] Lars Volker commented on PARQUET-1136: -- https://github.com/apache/parquet-format/pull/73

[jira] [Created] (PARQUET-1137) Check Makefile in Travis build

2017-10-12 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1137: Summary: Check Makefile in Travis build Key: PARQUET-1137 URL: https://issues.apache.org/jira/browse/PARQUET-1137 Project: Parquet Issue Type: Bug

[jira] [Updated] (PARQUET-1124) Add new compression codecs to the Parquet spec

2017-10-12 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1124: - Summary: Add new compression codecs to the Parquet spec (was: Add new compression codecs

[jira] [Created] (PARQUET-1145) Add license to .gitignore

2017-10-17 Thread Lars Volker (JIRA)
Lars Volker created PARQUET-1145: Summary: Add license to .gitignore Key: PARQUET-1145 URL: https://issues.apache.org/jira/browse/PARQUET-1145 Project: Parquet Issue Type: Bug Affects

[jira] [Updated] (PARQUET-1145) Add license to .gitignore and .travis.yml

2017-10-17 Thread Lars Volker (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker updated PARQUET-1145: - Summary: Add license to .gitignore and .travis.yml (was: Add license to .gitignore) >

  1   2   >