+1
I have checked : >Source code * compile and build. Command: mvn clean package -pl server -am (Correct) * all tests have passed.(Correct) * start server and client with start-server.sh, start-client.sh(Correct) * test with:(Correct) SET STORAGE GROUP TO root.fit.d1; CREATE TIMESERIES root.fit.d1.s1 WITH DATATYPE=INT32,ENCODING=RLE; SHOW TIMESERIES insert into root.fit.d1(timestamp,s1) values(1,101); select * from root; >Binary code * start server and client with start-server.sh, start-client.sh(Correct) * test with:(Correct) SET STORAGE GROUP TO root.fit.d1; CREATE TIMESERIES root.fit.d1.s1 WITH DATATYPE=INT32,ENCODING=RLE; SHOW TIMESERIES insert into root.fit.d1(timestamp,s1) values(1,101); select * from root; Thanks
