Zhen Wang

Results 154 comments of Zhen Wang

~~Is this a failure case that is not covered by #2714?~~ This issue is caused by the sub-expression of `If` not being verified. I will fix it later.

Reproduce: ``` create table t1 (a string) stored as parquet; insert into t1 values ('test'); select if(`a` IS NULL OR length(`a`) > 100, '', regexp_replace(`a`, '[\\u0000]', '')) AS `a` from...

profile: ![Image](https://github.com/user-attachments/assets/eac23aed-a5b7-4cbe-9373-25cf6fe2d8b9)

> [@wForget](https://github.com/wForget) Is the issue still there in your side? looks not fixed. Yes, this issue still exists, but we can avoid it by kyuubi spark sql extension (InsertRebalanceBeforeWrite and...

Reproduce: ``` create table t1 (a string) stored as parquet; -- insert a binary value to t1 location INSERT OVERWRITE DIRECTORY 'hdfs://XXXXX/t1' USING parquet select cast('test' as binary) as a;...

@LoseYSelf Are you using gluten 1.2.0? Maybe you need port #7038

This issue may be related to https://github.com/facebookincubator/velox/pull/10399

Similar error: ``` Exception: VeloxRuntimeError Error Source: RUNTIME Error Code: INVALID_STATE Reason: Operator::getOutput failed for [operator: ValueStream, plan node ID: 0]: Error during calling Java code from native code: org.apache.gluten.exception.GlutenException:...

> Hi [@wForget](https://github.com/wForget) do you plan to follow up on this ticket? Thanks I will continue to try to fix this

> mind if I take that, already investigating [#1681](https://github.com/apache/datafusion-comet/issues/1681) and I think it has similar problems Thank you, feel free to send pr