mirror of
https://github.com/langchain-ai/datafusion.git
synced 2026-07-01 21:24:06 -04:00
aafec07e08
* Fix md5 return_type to only return Utf8 as per current code impl. * Add support for sqlite test files to sqllogictest * Force version 0.24.0 of sqllogictest dependency until issue with labels is fixed. * Removed workaround for bug that was fixed. * Git submodule update ... err update, link to sqlite tests. * Git submodule update * Readd submodule --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
[submodule "parquet-testing"]
|
|
path = parquet-testing
|
|
url = https://github.com/apache/parquet-testing.git
|
|
[submodule "testing"]
|
|
path = testing
|
|
url = https://github.com/apache/arrow-testing
|
|
[submodule "datafusion-testing"]
|
|
path = datafusion-testing
|
|
url = https://github.com/apache/datafusion-testing.git
|
|
branch = main
|