Replies: 3 comments 9 replies
-
Hi @tshauck -- this is a really neat idea. I think there are two ways to go:
|
Beta Was this translation helpful? Give feedback.
7 replies
-
BTW @tshauck -- https://www.wheretrue.dev/docs/exon/ looks like a very cool project. It is a great example of a specific analytics tool reusing the datafusion machinery, Would you mind if we added it to the list in https://arrow.apache.org/datafusion/user-guide/introduction.html#known-users ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
To follow up here -- this was completed (thanks @tshauck ) in #7134 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi -- I was wondering if there were thoughts on how one might be able to use some of the code in sqllogictest, but externally?
For context, I have a number of UDFs I've developed for specific domains (e.g.
SELECT gc_content('ATCG')
for the GC content of a DNA sequence).To the end of testing the registered UDFs, I was wondering how I might, if possible, go about using code like https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/tests/sqllogictests/src/engines/datafusion/normalize.rs#L30 so that I could use
sqllogictest-rs
similar to how datafusion does, but w/o having to reimplement some of the "nitty-gritty" stuff. If it's not, any initial thoughts on making it into a crate?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions