Re: #pragma once?

2018-08-02 Thread Zoltan Borok-Nagy
+1 for #pragma once since it's cleaner and less error-prone.

Zoltan


On Wed, Aug 1, 2018 at 11:03 PM Todd Lipcon 
wrote:

> Yea, when we looked into it I recall that it worked fine on all compilers
> from the last 10 years or something (in fact I remember using #pragma once
> on Metrowerks Codewarrior more than fifteen years ago). Given we require
> C++14 I don't think #pragma once is going to be the limiting factor in
> compiler version portability.
>
> -Todd
>
> On Wed, Aug 1, 2018 at 12:01 PM, Sailesh Mukil
>  > wrote:
>
> > An advantage of using #pragma once is potential improved compilation
> > speeds. However, a con is that it's non-standard and therefore, its
> > behavior can change at any point and can also vary across compilers,
> > potentially making the code even less portable.
> >
> > That being said, since Kudu has been using it for a while and has had no
> > issues, we can do the same since the potential benefits outweigh the
> cons.
> >
> > On Wed, Aug 1, 2018 at 11:48 AM, Tim Armstrong <
> > tarmstr...@cloudera.com.invalid> wrote:
> >
> > > Todd brought up our include guards on a code review, asking why we
> don't
> > > use #pragma once instead: https://gerrit.cloudera.org/#/c/10988/5 . It
> > > sounds like Kudu has switched to it
> > >
> > > #pragma once does seem cleaner and our GCC and Clang versions are
> modern
> > > enough to support it.
> > >
> > > What do people think about switching to that as the preferred way of
> > > including headers only once?
> > >
> > > - Tim
> > >
> >
>
>
>
> --
> Todd Lipcon
> Software Engineer, Cloudera
>


Permits on documentation

2018-08-02 Thread carlos boceta
good afternoon ,

I am new to this project, with programming knowledge of c and java.

I would like to collaborate as a first contact with the translation into 
Spanish of the software documentation.

Could you have permissions on the wiki?

In the same way, I would like to have some documentation about the architecture 
that you are using to, little by little, be able to collaborate with the code 
part.


Greetings and thank you



Carlos Boceta
Email: boceta1...@hotmail.com




Re: Permits on documentation

2018-08-02 Thread Jim Apple
Hi Carlos, thanks for your interest! The wiki is mostly the documentation
for developers, not users. User documentation is within the docs directory
of the git repo.

What is your wiki username?

http://cidrdb.org/cidr2015/Papers/CIDR15_Paper28.pdf is an overview of the
architecture from a few years ago

On Thu, Aug 2, 2018 at 6:15 AM, carlos boceta 
wrote:

> good afternoon ,
>
> I am new to this project, with programming knowledge of c and java.
>
> I would like to collaborate as a first contact with the translation into
> Spanish of the software documentation.
>
> Could you have permissions on the wiki?
>
> In the same way, I would like to have some documentation about the
> architecture that you are using to, little by little, be able to
> collaborate with the code part.
>
>
> Greetings and thank you
>
>
>
> Carlos Boceta
> Email: boceta1...@hotmail.com
>
>
>


RE: Permits on documentation

2018-08-02 Thread carlos boceta
Good afternoon Jim,
My user both in the jira and in the cwiki is cboceta.

-Mensaje original-
De: Jim Apple [mailto:jbap...@cloudera.com.INVALID] 
Enviado el: jueves, 2 de agosto de 2018 20:13
Para: dev@impala 
Asunto: Re: Permits on documentation

Hi Carlos, thanks for your interest! The wiki is mostly the documentation for 
developers, not users. User documentation is within the docs directory of the 
git repo.

What is your wiki username?

http://cidrdb.org/cidr2015/Papers/CIDR15_Paper28.pdf is an overview of the 
architecture from a few years ago

On Thu, Aug 2, 2018 at 6:15 AM, carlos boceta 
wrote:

> good afternoon ,
>
> I am new to this project, with programming knowledge of c and java.
>
> I would like to collaborate as a first contact with the translation 
> into Spanish of the software documentation.
>
> Could you have permissions on the wiki?
>
> In the same way, I would like to have some documentation about the 
> architecture that you are using to, little by little, be able to 
> collaborate with the code part.
>
>
> Greetings and thank you
>
>
>
> Carlos Boceta
> Email: boceta1...@hotmail.com
>
>
>



Re: Permits on documentation

2018-08-02 Thread Jim Apple
You should be all set.

On Thu, Aug 2, 2018 at 12:54 PM, carlos boceta 
wrote:

> Good afternoon Jim,
> My user both in the jira and in the cwiki is cboceta.
>
> -Mensaje original-
> De: Jim Apple [mailto:jbap...@cloudera.com.INVALID]
> Enviado el: jueves, 2 de agosto de 2018 20:13
> Para: dev@impala 
> Asunto: Re: Permits on documentation
>
> Hi Carlos, thanks for your interest! The wiki is mostly the documentation
> for developers, not users. User documentation is within the docs directory
> of the git repo.
>
> What is your wiki username?
>
> http://cidrdb.org/cidr2015/Papers/CIDR15_Paper28.pdf is an overview of
> the architecture from a few years ago
>
> On Thu, Aug 2, 2018 at 6:15 AM, carlos boceta 
> wrote:
>
> > good afternoon ,
> >
> > I am new to this project, with programming knowledge of c and java.
> >
> > I would like to collaborate as a first contact with the translation
> > into Spanish of the software documentation.
> >
> > Could you have permissions on the wiki?
> >
> > In the same way, I would like to have some documentation about the
> > architecture that you are using to, little by little, be able to
> > collaborate with the code part.
> >
> >
> > Greetings and thank you
> >
> >
> >
> > Carlos Boceta
> > Email: boceta1...@hotmail.com
> >
> >
> >
>
>


RE: Permits on documentation

2018-08-02 Thread carlos boceta
Thanks Jim ^^

-Mensaje original-
De: Jim Apple [mailto:jbap...@cloudera.com.INVALID] 
Enviado el: jueves, 2 de agosto de 2018 22:00
Para: dev@impala 
Asunto: Re: Permits on documentation

You should be all set.

On Thu, Aug 2, 2018 at 12:54 PM, carlos boceta 
wrote:

> Good afternoon Jim,
> My user both in the jira and in the cwiki is cboceta.
>
> -Mensaje original-
> De: Jim Apple [mailto:jbap...@cloudera.com.INVALID]
> Enviado el: jueves, 2 de agosto de 2018 20:13
> Para: dev@impala 
> Asunto: Re: Permits on documentation
>
> Hi Carlos, thanks for your interest! The wiki is mostly the 
> documentation for developers, not users. User documentation is within 
> the docs directory of the git repo.
>
> What is your wiki username?
>
> http://cidrdb.org/cidr2015/Papers/CIDR15_Paper28.pdf is an overview of 
> the architecture from a few years ago
>
> On Thu, Aug 2, 2018 at 6:15 AM, carlos boceta 
> wrote:
>
> > good afternoon ,
> >
> > I am new to this project, with programming knowledge of c and java.
> >
> > I would like to collaborate as a first contact with the translation 
> > into Spanish of the software documentation.
> >
> > Could you have permissions on the wiki?
> >
> > In the same way, I would like to have some documentation about the 
> > architecture that you are using to, little by little, be able to 
> > collaborate with the code part.
> >
> >
> > Greetings and thank you
> >
> >
> >
> > Carlos Boceta
> > Email: boceta1...@hotmail.com
> >
> >
> >
>
>