comphead commented on code in PR #4349:
URL: https://github.com/apache/datafusion-comet/pull/4349#discussion_r3269100219


##########
.claude/skills/wire-datafusion-function/SKILL.md:
##########
@@ -72,24 +72,50 @@ Note `inputTypes`, `dataType`, `eval` / `nullSafeEval`, 
ANSI mode branches, `req
 
 ### 2. Find the upstream function
 
-Read the pinned `datafusion-spark` version from `native/Cargo.toml` rather 
than picking the first cached copy — `head -1` can land on an older release 
that lacks the function:
+**Prefer a local DataFusion clone if one is available** — check `CLAUDE.md`, 
project memory, and the user's `~/dev` tree for an existing checkout (e.g. 
`~/dev/.../rust/datafusion`). The local clone is typically the latest source 
and avoids cargo-registry version mismatches. If no local clone is found, fall 
back to the cached registry crate.

Review Comment:
   On my machine it tries to identify current DF version from `Cargo.toml` and 
browse supported functions from there. However we need to specify this 
requirement explicitly. I can do it in follow up PR when wiring more functions



-- 
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]

Reply via email to