[GLUTEN-8018][VL] Support adjusting stage resource profile dynamically #30624
Annotations
1 error and 1 warning
GlutenWriteDistributionAndOrderingSuite.continuous mode allows unspecified distribution and empty ordering:
org/apache/spark/sql/connector/GlutenWriteDistributionAndOrderingSuite#L1
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 ==
'UnresolvedRelation [testcat, ns1, test_table], [], false
== Analyzed Logical Plan ==
id: int, data: string, day: date
SubqueryAlias testcat.ns1.test_table
+- RelationV2[id#406639, data#406640, day#406641] testcat.ns1.test_table testcat.ns1.test_table
== Optimized Logical Plan ==
RelationV2[id#406639, data#406640, day#406641] testcat.ns1.test_table
== Physical Plan ==
VeloxColumnarToRow
+- ^(23114) ProjectExecTransformer [id#406639, data#406640, day#406641]
+- ^(23114) InputIteratorTransformer[id#406639, data#406640, day#406641]
+- RowToVeloxColumnar
+- BatchScan testcat.ns1.test_table[id#406639, data#406640, day#406641] class org.apache.spark.sql.connector.catalog.InMemoryBaseTable$InMemoryBatchScan RuntimeFilters: []
== Results ==
== Results ==
!== Correct Answer - 2 == == Spark Answer - 0 ==
struct<> struct<>
![1,a,2021-01-01]
![2,b,2022-02-02]
|
Process
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|