comphead commented on issue #10688: URL: https://github.com/apache/datafusion/issues/10688#issuecomment-2136159580
Thats weird. ``` > explain select -128.2::float union all select -128.2; +---------------+-------------------------------------------------------------------+ | plan_type | plan | +---------------+-------------------------------------------------------------------+ | logical_plan | Union | | | Projection: Float64(-128.1999969482422) AS (- Float64(128.2)) | | | EmptyRelation | | | Projection: Float64(-128.2) AS (- Float64(128.2)) | | | EmptyRelation | | physical_plan | UnionExec | | | ProjectionExec: expr=[-128.1999969482422 as (- Float64(128.2))] | | | PlaceholderRowExec | | | ProjectionExec: expr=[-128.2 as (- Float64(128.2))] | | | PlaceholderRowExec | | | | +---------------+-------------------------------------------------------------------+ ``` So first values transforms into `-128.1999969482422`, but the second is intact -- 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