Re: Podling Iotdb Report Reminder - June 2020

2020-05-26 Thread Christofer Dutz
Hi all, I think your list of things to do before graduation is the voting issue. You can't force user feedback and hereby it's tricky to work on it. Of course you can always have more technical discussions on the list, but I am already seeing more technical discussion as on some TLPs. The GSoC t

Serialization discussion

2020-05-26 Thread Giorgio Zoppi
Hello Gents, i would like to open discussion about the method serializeTo in *Headers and so on since i use the Java counterpart for the serialization. Those violate the *interface*-*segregation principle* (ISP)  that states that no client should be forced to depend on methods it does not use

Re: Serialization discussion

2020-05-26 Thread Xiangdong Huang
Hi Giorgio, Welcome to discuss the class/interface design. I believe there must be a lot of class/interface design we can improve in the current implementation. Are you talking about the PageHeader and ChunkHeader? IMO, they are considered as JavaBeans, and serialization/deserialization methods a

Re: [Discuss] Release of 0.10.0

2020-05-26 Thread Haonan Hou
Hi, I have one more New Feature to add into the list. IOTDB-243 create measurements with same name and different types in the same storage group Best, Haonan > On May 25, 2020, at 11:46 PM, Jialin Qiao wrote: > > Hi, > > The highly anticipated version 0.10.0 is coming soon! > > I summar

Re: Serialization discussion

2020-05-26 Thread Giorgio Zoppi
On 5/26/20 4:46 PM, Xiangdong Huang wrote: Hi Giorgio, Welcome to discuss the class/interface design. I believe there must be a lot of class/interface design we can improve in the current implementation. Are you talking about the PageHeader and ChunkHeader? IMO, they are considered as JavaBea

Re: Serialization discussion

2020-05-26 Thread Xiangdong Huang
Hi Giorgio, I think it is ok to abstract the two methods as an interface. But what do you think about the deserializeFrom() method? > since we use our free time and weekends. Many thanks for your effort :D Best, --- Xiangdong Huang School of Software, Tsinghua Uni

Re: [Discuss] Release of 0.10.0

2020-05-26 Thread Xiangdong Huang
Hi, As there are several bug-fix PRs unmerged, I'd like to wait for them to be merged before releasing v0.10. All these PRs are labeled as "before_rel/0.10" on [1] Please leave your suggestion if you think some other PRs should also be included in v0.10.0. [1] https://github.com/apache/incubato

Re: Serialization discussion

2020-05-26 Thread Jialin Qiao
Hi, Providing a Serializable interface looks more uniform. However, if more and more classes implement this interface, it may be hard for developers to find usage of a specific class, such as PageHeader.serialize or ChunkHeader.serialize. This may be a problem... Thanks, -- Jialin Qiao School