andygrove commented on code in PR #704: URL: https://github.com/apache/datafusion-comet/pull/704#discussion_r1691427818
########## docs/source/user-guide/compatibility.md: ########## @@ -116,6 +116,7 @@ The following cast operations are generally compatible with Spark except for the | string | long | | | string | binary | | | string | date | Only supports years between 262143 BC and 262142 AD | +| string | timestamp | | Review Comment: To mark this cast as compatible, we would need to enable the `cast StringType to TimestampType` fuzz test in CometCastSuite, and this currently fails due to incompatibilities between Spark and Comet. -- 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