Parth Chandra
Parth Chandra
In `CometExpressionSuite` we have - ` test("cast timestamp and timestamp_ntz")` (long -> timestamp/timestamp_ntz) ` test("cast timestamp and timestamp_ntz to string")` ` test("cast timestamp and timestamp_ntz to long, date")` Do we...
The original value written by Comet writes illegal values due to https://github.com/apache/parquet-java/issues/3142
We don't have any progress on this in the community, so may remain like this for a while. The general consensus seemed to have been towards not changing anything (because...
This issue is based on the TODO comment in NativeBatchReader. Turns out that the original BatchReader that NativeBatchReader was derived from also has the same comment. All tests appear to...
Isn't this addressed by #1575 ?
Is there some particular version of Spark that this failure is occurring with?
The third parameter to `PartitionedFileUtils.splitFiles` is a `Path` which your call seems to be missing. The full stack trace might show where this is being called from and that might...
This particular API is not a public API and we use it to so we can verify the metrics in tests. Maybe we can disable its use in non test...
> [@andygrove](https://github.com/andygrove) sorry for the confusion here, my cluster is on Spark 3.5.0, and Comet 0.7.0 prebuilt JAR did not work on it > > [@parthchandra](https://github.com/parthchandra) can you elaborate? Is...
Also it appears the the API change in TaskMetrics has been backported to 3.4 as well.