Sameer Raheja
Sameer Raheja
If we can remove the `hasNaNs` config altogether, we can close issue #6332 without fixing it.
@abellina can you take a look at this please?
@ttnghia can you clarify whether this closes issue #6284 since this PR does not address `from_unixtime` ?
Fall back to the CPU for the short term.
Removing from 22.10
Try setting `ZONE=us-central1-a` Details at https://cloud.google.com/compute/docs/regions-zones/
@mengdong any idea why auto zone placement does not work for a2 instances? ``` INVALID_ARGUMENT: Auto zone placement currently only supports [n1-, custom-, e2-, n2-, c2-, n2d-, m1-, m2-] machine...
It appears this issue was addressed in PR #6421 . The documentation was updated as follows: https://github.com/NVIDIA/spark-rapids/blame/branch-22.10/docs/get-started/getting-started-gcp.md#L97-L126
@viadea In the example above it looks like there is a conversion from a UTC timestamp to a UTC timestamp. Is that what is required, or do we expect the...