Re: Haskell Implementation of ORC

2022-08-26 Thread Dongjoon Hyun
Great! Could you make a PR like the following, please? ORC-748: Add constants for Trino writer https://github.com/apache/orc/pull/640/files Dongjoon. On Fri, Aug 26, 2022 at 12:45 AM Huw Campbell wrote: > G'day. > I'm happy to accept a writer id. > > Kind regards, > Huw > > On Wed, A

Re: Haskell Implementation of ORC

2022-08-26 Thread Huw Campbell
G'day. I'm happy to accept a writer id. Kind regards, Huw On Wed, Aug 24, 2022 at 6:34 AM Owen O'Malley wrote: > Huw, >Generally we assign each ORC File writer implementation a unique writer > id so that we can determine the writer of the file. Would you like a number > assigned to your wri

Re: Haskell Implementation of ORC

2022-08-23 Thread Owen O'Malley
Huw, Generally we assign each ORC File writer implementation a unique writer id so that we can determine the writer of the file. Would you like a number assigned to your writer? We'd ask that your writer always set its id into the Footer.writer field. https://github.com/apache/orc/blob/75a8f5f2

Re: Haskell Implementation of ORC

2022-08-23 Thread Dongjoon Hyun
Thank you for sharing, Huw. Dongjoon. On Mon, Aug 22, 2022 at 10:27 PM Huw Campbell wrote: > Hi all, > > In case you're interested in this. A while ago I wrote up a Haskell parser > and writer for ORC, which one can find here > . I use it in the day j