Re: [Atlas] A source code question

2015-09-21 Thread Suma Shivaprasad
attrname is same as i.name in this case. So shoudnt be an issue Thanks Suma On Wed, Sep 16, 2015 at 1:20 PM, ltf wrote: > Hello, > In the following code, for ENUM, the key for fieldPos is i.name, but > others are attrName. > Is it a issue??? Thanks. > > > > > file :

Re: [Atlas] A source code question

2015-09-10 Thread Shwetha Shivalingamurthy
Should be struct. Can you file a bug please? Thanks Regards, Shwetha On 10/09/15 1:55 pm, "ltf" wrote: >Hello, >When reading the source code of trunk, I think the following code may be >a issue, or is intended ??? > > >file :

[Atlas] A source code question

2015-09-10 Thread ltf
Hello, When reading the source code of trunk, I think the following code may be a issue, or is intended ??? file : org/apache/atlas/typesystem/types/TypeSystem.java for (StructTypeDefinition structDef : structDefs) { constructStructureType(structDef);