Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update datafusion git tag to fix DenseUnion #951

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Dec 16, 2024

Ref apache/datafusion#13797.

This is now working for geometries!

SELECT ST_GeomFromText('LINESTRING(-71.160281 42.258729,-71.160837 42.259113,-71.161144 42.25932)');
---- udf::native::io::wkt::test::test stdout ----
+----------------------------------------------------------------------------------------------------+
| st_geomfromtext(Utf8("LINESTRING(-71.160281 42.258729,-71.160837 42.259113,-71.161144 42.25932)")) |
+----------------------------------------------------------------------------------------------------+
| {=[{x: -71.160281, y: 42.258729}, {x: -71.160837, y: 42.259113}, {x: -71.161144, y: 42.25932}]}    |
+----------------------------------------------------------------------------------------------------+

🚀

@kylebarron kylebarron changed the title Update datafusion git tag Update datafusion git tag to fix DenseUnion Dec 16, 2024
@kylebarron kylebarron marked this pull request as ready for review December 16, 2024 17:22
@kylebarron kylebarron merged commit 815f62c into main Dec 16, 2024
21 checks passed
@kylebarron kylebarron deleted the kyle/update-datafusion-git-tag branch December 16, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant