zhztheplayer opened a new issue, #7628:
URL: https://github.com/apache/incubator-gluten/issues/7628
### Backend
VL (Velox)
### Bug description
Error:
```
GlutenColumnExpressionSuite.monotonically_increasing_id
Results do not match for query:
Timezone:
sun.util.calendar.ZoneInfo[id="America/Los_Angeles",offset=-28800000,dstSavings=3600000,useDaylight=true,transitions=185,lastRule=java.util.SimpleTimeZone[id=America/Los_Angeles,offset=-28800000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth=10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]]
Timezone Env:
== Parsed Logical Plan ==
'Project [unresolvedalias(monotonically_increasing_id(),
Some(org.apache.spark.sql.Column$$Lambda$7598/1906035518@69d7dddf)),
unresolvedalias('monotonically_increasing_id(),
Some(org.apache.spark.sql.Column$$Lambda$7598/1906035518@69d7dddf))]
+- Project [_1#605907 AS a#605910]
+- SerializeFromObject [knownnotnull(assertnotnull(input[0, scala.Tuple1,
true]))._1 AS _1#605907]
+- ExternalRDD [obj#605906]
== Analyzed Logical Plan ==
monotonically_increasing_id(): bigint, monotonically_increasing_id(): bigint
Project [monotonically_increasing_id() AS
monotonically_increasing_id()#605912L, monotonically_increasing_id() AS
monotonically_increasing_id()#605913L]
+- Project [_1#605907 AS a#605910]
+- SerializeFromObject [knownnotnull(assertnotnull(input[0, scala.Tuple1,
true]))._1 AS _1#605907]
+- ExternalRDD [obj#605906]
== Optimized Logical Plan ==
Project [monotonically_increasing_id() AS
monotonically_increasing_id()#605912L, monotonically_increasing_id() AS
monotonically_increasing_id()#605913L]
+- SerializeFromObject
+- ExternalRDD [obj#605906]
== Physical Plan ==
VeloxColumnarToRow
+- ^(18972) ProjectExecTransformer [monotonically_increasing_id() AS
monotonically_increasing_id()#605912L, monotonically_increasing_id() AS
monotonically_increasing_id()#605913L]
+- ^(18972) InputIteratorTransformer[]
+- RowToVeloxColumnar
+- *(1) SerializeFromObject
+- Scan[obj#605906]
== Results ==
== Results ==
!== Correct Answer - 4 == == Gluten Answer - 4 ==
!struct<>
struct<monotonically_increasing_id():bigint,monotonically_increasing_id():bigint>
![0,0] [0,2]
![1,1] [1,3]
![8589934592,8589934592] [8589934592,8589934594]
![8589934593,8589934593] [8589934593,8589934595]
```
Found in effort of https://github.com/apache/incubator-gluten/pull/7620
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]