File tree Expand file tree Collapse file tree
ppl/src/test/java/org/opensearch/sql/ppl/calcite Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ public void testAppendcolStats() {
145145 verifyLogical (root , expectedLogical );
146146 String expectedResult =
147147 ""
148- + "count()=5; DEPTNO=20; avg(SAL)=2175.00 \n "
149- + "count()=3; DEPTNO=10; avg(SAL)=2916.66 \n "
150- + "count()=6; DEPTNO=30; avg(SAL)=1566.66 \n " ;
148+ + "count()=5; DEPTNO=20; avg(SAL)=2175.\n "
149+ + "count()=3; DEPTNO=10; avg(SAL)=2916.666666 \n "
150+ + "count()=6; DEPTNO=30; avg(SAL)=1566.666666 \n " ;
151151 verifyResult (root , expectedResult );
152152
153153 String expectedSparkSql =
@@ -185,9 +185,9 @@ public void testAppendcolStatsOverride() {
185185 verifyLogical (root , expectedLogical );
186186 String expectedResult =
187187 ""
188- + "count()=5; DEPTNO=20; avg(SAL)=2175.00 \n "
189- + "count()=3; DEPTNO=10; avg(SAL)=2916.66 \n "
190- + "count()=6; DEPTNO=30; avg(SAL)=1566.66 \n " ;
188+ + "count()=5; DEPTNO=20; avg(SAL)=2175.\n "
189+ + "count()=3; DEPTNO=10; avg(SAL)=2916.666666 \n "
190+ + "count()=6; DEPTNO=30; avg(SAL)=1566.666666 \n " ;
191191 verifyResult (root , expectedResult );
192192
193193 String expectedSparkSql =
You can’t perform that action at this time.
0 commit comments