dcoliversun

Results 12 issues of dcoliversun

This PR aims to set driverState as running when driver container is running. Previously, driverState was set to running only when the driver pod was running, regardless of whether the...

### Describe the bug Go Code cannot be rendered. ### Screenshots ### Build Environment - OS: macOS - Theme version/commit e9896a0d17830f263e4d44e55b21feb7416fe85d - Hugo version 0.87.0 Please try to use Hugo...

bug

### Describe the bug Home doesn't show weibo logo.

bug

K8s provide dynamic admission control for mutation and validation. Webhook in spark operator only receives admission request about creating pod. https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/94775cd89ca0158e869fac39e1b097d1bf56a7e8/pkg/webhook/webhook.go#L363-L372 If pod in admission request is not spark pod,...

Hi team. In minikube, I can use `minikube mount :` to complete it. What's steps in kind-action? Shall we need input parameter to support? Any help will be appreciated.

### Problem description Detail is [here](https://github.com/dcoliversun/gluten/actions/runs/8463669591/job/23186962524) When I ran the `dev/package.sh`script on centos8, I got the following error. ```plain -- Try finding aws-cpp-sdk-core CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT...

triage

### Backend VL (Velox) ### Bug description When I run tpc-ds data(1T) gen with gluten + velox, I find some metric values are negative in FilterExecTransformer ![image](https://github.com/oap-project/gluten/assets/44011673/86f926e1-acc0-47b3-8161-c393e827cecc) ### Spark version...

bug
triage

### Description At the moment, gluten validator rejects the cast of date to varchar/timestamp. https://github.com/apache/incubator-gluten/blob/e9034ff5e2ec4cce8cd5defaf2ade9b44b8c8aa3/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc#L277-L287 And velox already supports. https://github.com/facebookincubator/velox/blob/8f0adb1fa6a2553b58f0360224418eb7c5306608/velox/expression/CastExpr.cpp#L147-L204 After validation, we need to remove the check in the...

enhancement

### Description When we run `df.show` in spark, velox gives us the following error ```plain py4j.protocol.Py4JJavaError: An error occurred while calling o218.showString. : org.apache.spark.SparkException: Job aborted due to stage failure:...

enhancement