mani-sethu opened a new issue, #9830:
URL: https://github.com/apache/incubator-gluten/issues/9830
### Backend
VL (Velox)
### Bug description
[Expected behavior] and [actual behavior].
I am getting the following error while trying to run a job via Velox
` at
org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$4(Executor.scala:620)
at
org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally(SparkErrorUtils.scala:64)
at
org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:61)
at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:94)
at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:623)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
25/06/02 14:45:12 WARN TaskSetManager: Lost task 0.0 in stage 0.0 (TID 0)
(10.193.8.229 executor 1): org.apache.gluten.exception.GlutenException:
Exception: VeloxUserError
Error Source: USER
Error Code: INVALID_ARGUMENT
Reason: session 'session_timezone' set with invalid value 'IST'
Retriable: False
Expression: tz::getTimeZoneID(
config_->get<std::string>(QueryConfig::kSessionTimezone).value(), false) != -1
Function: validateConfig
File:
/root/src/weiting/gluten/ep/build-velox/build/velox_ep/velox/core/QueryConfig.cpp
Line: 40
Stack trace:
# 0 _ZN8facebook5velox7process10StackTraceC1Ei
# 1
_ZN8facebook5velox14VeloxExceptionC1EPKcmS3_St17basic_string_viewIcSt11char_traitsIcEES7_S7_S7_bNS1_4TypeES7_
# 2
_ZN8facebook5velox6detail14veloxCheckFailINS0_14VeloxUserErrorERKSsEEvRKNS1_18VeloxCheckFailArgsET0_
# 3 _ZN8facebook5velox4core11QueryConfig14validateConfigEv
# 4
_ZN8facebook5velox4core11QueryConfigC1EOSt13unordered_mapISsSsSt4hashISsESt8equal_toISsESaISt4pairIKSsSsEEE
# 5 _ZN6gluten24WholeStageResultIterator22createNewVeloxQueryCtxEv
# 6
_ZN6gluten24WholeStageResultIteratorC1EPNS_18VeloxMemoryManagerERKSt10shared_ptrIKN8facebook5velox4core8PlanNodeEERKSt6vectorISsSaISsEERKSC_IS3_INS_9SplitInfoEESaISI_EESG_SsRKSt13unordered_mapISsSsSt4hashISsESt8equal_toISsESaISt4pairIKSsSsEEERKNS_13SparkTaskInfoE
# 7
_ZN6gluten12VeloxRuntime20createResultIteratorERKSsRKSt6vectorISt10shared_ptrINS_14ResultIteratorEESaIS6_EERKSt13unordered_mapISsSsSt4hashISsESt8equal_toISsESaISt4pairIS1_SsEEE
# 8
Java_org_apache_gluten_vectorized_PlanEvaluatorJniWrapper_nativeCreateKernelWithIterator
`
### Gluten version
_No response_
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
```bash
```
--
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]