Re: [PR] Decimal type support for `to_timestamp` [datafusion]

2025-03-31 Thread via GitHub
alamb merged PR #15486: URL: https://github.com/apache/datafusion/pull/15486 -- 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...@datafusi

Re: [PR] Decimal type support for `to_timestamp` [datafusion]

2025-03-30 Thread via GitHub
jatin510 commented on code in PR #15486: URL: https://github.com/apache/datafusion/pull/15486#discussion_r2020135443 ## datafusion/sqllogictest/test_files/timestamps.slt: ## @@ -416,6 +416,33 @@ SELECT to_timestamp(123456789.123456789) as c1, cast(123456789.123456789 as time -

Re: [PR] Decimal type support for `to_timestamp` [datafusion]

2025-03-30 Thread via GitHub
alamb commented on code in PR #15486: URL: https://github.com/apache/datafusion/pull/15486#discussion_r2020130924 ## datafusion/sqllogictest/test_files/timestamps.slt: ## @@ -416,6 +416,33 @@ SELECT to_timestamp(123456789.123456789) as c1, cast(123456789.123456789 as time