Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VL] Result mismatch on monotonically_increasing_id #7628

Open
zhztheplayer opened this issue Oct 22, 2024 · 0 comments
Open

[VL] Result mismatch on monotonically_increasing_id #7628

zhztheplayer opened this issue Oct 22, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@zhztheplayer
Copy link
Member

zhztheplayer commented Oct 22, 2024

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 #7620

#4652

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant