jatin510 commented on issue #6543: URL: https://github.com/apache/datafusion/issues/6543#issuecomment-2685810432
while working on : https://github.com/apache/datafusion/pull/14752 came across this issue ``` for sql query: SELECT iszero(1.0), iszero(0.0), iszero(-0.0), iszero(NULL) External error: query failed: DataFusion error: Error during planning: Projections require unique expression names but the expression "iszero(Decimal128(Some(0),1,1))" at position 1 and "iszero(Decimal128(Some(0),1,1))" at position 2 have the same name. Consider aliasing ("AS") one of them. [SQL] SELECT iszero(1.0), iszero(0.0), iszero(-0.0), iszero(NULL) at test_files/math.slt:115 ``` what can we do about this ? can i update the slt test for this test ? -- 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