[FEA] Add support for constant timestamp values such as "now" in from_json
(Spark 3.1.x only)
#9724
Labels
feature request
New feature or request
Is your feature request related to a problem? Please describe.
Spark 3.1.x supports constants such as
now
andtoday
in JSON to represent timestamps and we do not support this on the GPU.Describe the solution you'd like
It seems unlikely that this is a priority for us, but just filing this issue so I can link to it from the xfailed tests. We could add some regex to support this if needed.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: