andygrove opened a new pull request, #3810: URL: https://github.com/apache/datafusion-comet/pull/3810
## Which issue does this PR close? No specific issue. This is a documentation improvement for tracking purposes. ## Rationale for this change Several expressions marked as `Incompatible` were missing links to their corresponding tracking issues. This makes it harder to understand why an expression is incompatible and what work is needed to make it compatible. ## What changes are included in this PR? Added issue links to `Incompatible()` declarations that were previously missing them: - `CometArraysOverlap` — links to #3645 and #2036 - `CometArrayUnion` — links to #3644 - `CometCast` (TimestampNTZ) — added #3179 alongside existing #378 Other incompatible expressions (`ArrayRemove`, `ArrayContains`, `Ceil`, `Floor`, `Tan`, `Hour`, `Minute`, `Second`, `TruncTimestamp`, `Corr`, `StructsToJson`) already had issue links. ## How are these changes tested? Comment-only changes, no behavioral impact. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
