XuYi

Results 20 comments of XuYi

请给出出错的代码示例和具体报错输出

SET STORAGE GROUP TO root.ln.wf01.wt01 CREATE TIMESERIES root.ln.wf01.wt01.status WITH DATATYPE=BOOLEAN, ENCODING=PLAIN CREATE TIMESERIES root.ln.wf01.wt01.temperature WITH DATATYPE=FLOAT, ENCODING=RLE insert into root.ln.wf01.wt01(timestamp,status) values(1509465600000,true) insert into root.ln.wf01.wt01(timestamp,status) values(1509465660000,true) insert into root.ln.wf01.wt01(timestamp,status) values(1509465720000,false) insert...

SELECT COUNT(temperature) FROM root.ln.wf01.wt01 WHERE temperature < 25 or time > 0

![image](https://user-images.githubusercontent.com/8021527/34283329-182b7728-e706-11e7-84f5-7dc3dccbd206.png) ![image](https://user-images.githubusercontent.com/8021527/34283358-451e690c-e706-11e7-965a-26611feeb06a.png)

补充剩下邮件的内容 - [ ] 18. 所有非lib的类加上Apache的声明。 All non-binary files need the ASF header - [ ] 19. 现有pom里面的release插件和Apache release 冲突 * You are defining a “release” profile which is obviously...

那这个问题可以先留着作为提醒,别急着关

We used different environments(Windows, OSX, Linux) during previous development. Now since everyone has an OSX environment, it will be convenient to unify our code style.

这个bug已经修复了吗?

QP部分需要针对index增加相应的单元测试

Also, travis offers limited memory resources, some tests can not run normally.