jayzhan211 commented on PR #10917:
URL: https://github.com/apache/datafusion/pull/10917#issuecomment-2170996602

   > It's really weird. I can't reproduce the CI failed in my local 
environment. 
https://github.com/apache/datafusion/actions/runs/9529829557/job/26268998329?pr=10917
   > 
   > ```
   > External error: statement is expected to fail with error:
   >    (regex) DataFusion error: Error during planning: .* No function matches 
the given name and argument types 'approx_percentile_cont_with_weight\(Utf8, 
Int8, Float64\)'\. You might need to add explicit type casts\.(.|\n)*
   > but got error:
   >    DataFusion error: Error during planning: Error during planning: 
Coercion from [Utf8, Int8, Float64] to the signature OneOf([Exact([Int8, Int8, 
Float64]), Exact([Int16, Int16, Float64]), Exact([Int32, Int32, Float64]), 
Exact([Int64, Int64, Float64]), Exact([UInt8, UInt8, Float64]), Exact([UInt16, 
UInt16, Float64]), Exact([UInt32, UInt32, Float64]), Exact([UInt64, UInt64, 
Float64]), Exact([Float32, Float32, Float64]), Exact([Float64, Float64, 
Float64])]) failed.
   > [SQL] SELECT approx_percentile_cont_with_weight(c1, c2, 0.95) FROM 
aggregate_test_100
   > at test_files/aggregate.slt:79
   > ```
   > 
   > The error message thrown in my local is difference from the CI 
environment... :(
   
   I usually just remove the error message, although it is not an idea 
solution, but I don't know why the CI message is different from local too.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to