Andy Grove

Results 657 comments of Andy Grove

LGTM overall. I think this is a good addition. I left a couple of small style suggestions.

This is very cool @comphead but it looks like it is not detecting any of the aggregate functions that we support?

> This PR is still in progress. I added support for String to Date32. > > * Spark supports dates in the format YYYY and YYYY-MM and DataFusion does not...

Thanks @vidyasankarv. I plan on carefully reviewing this later today.

There is one test failure with JDK 8 / Spark 3.2: ``` - cast StringType to DateType *** FAILED *** (349 milliseconds) "[CAST_INVALID_INPUT] The value '0' of the type "STRING"...

@vidyasankarv I would suggest that we skip the test for now when running against Spark 3.2 and file a follow on issue to fix 3.2 compatibility (this may not be...

> So I have pushed this build removing the fuzz test now to see if the build passes. So I might need some help in trying to identify the issue...

@vidyasankarv I am also very confused .. values that fail in the fuzz test work in the other test 🤔 I am debugging and will let you know when I...

@vidyasankarv I figured out what the issue is. I don't fully understand why, but when the fuzz test creates the DataFrame, the cast operation that gets performed is from a...