We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error:
Found in effort of #7620
#4652
The text was updated successfully, but these errors were encountered: