GitHub user tshauck closed a discussion: External use of sqllogictest machinery?
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!
GitHub link: https://github.com/apache/datafusion/discussions/7032
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]