I submitted an physical plan serialization issue?? IOTDB-2936??

2022-04-24 Thread ????
The serialization type uses the enumeration ordinal, which can easily cause deserialization failures if the order of the enumeration objects changes. Therefore, the constant value int should be used for each type eg?? @Override public void serializeImpl(ByteBuffer buffer) { int type = PhysicalPl

回复: Code style check enabled: Wildcard import is forbidden

2022-04-24 Thread Eric Pai
Now style check of the codes in test folders is activated as well. -邮件原件- 发件人: Eric Pai 发送时间: 2022年4月22日 12:16 收件人: [email protected] 主题: Code style check enabled: Wildcard import is forbidden Hi, all, The google-java-format is just a code formatter, which cannot apply some rules t

self-introduction by Guanfei Guo

2022-04-24 Thread ????????
Hi, I'm Guanfei Guo, from Yonyou.My jira id: guoguanfei My Confluence id: guoguanfei Thanks.