Hi all,
I'm trying to join 2 views in SQL editor for some analysis. I get the following error:
[INCONSISTENT_BEHAVIOR_CROSS_VERSION.PARSE_DATETIME_BY_NEW_PARSER] You may get a different result due to the upgrading to Spark >= 3.0: Fail to parse '22/12/978' in the new parser. You can set "legacy_time_parser_policy" to "LEGACY" to restore the behavior before Spark 3.0, or set to "CORRECTED" and treat it as an invalid datetime string.
I've tried correcting this by using the command: 'SET legacy_time_parser_policy = legacy;' before my code but it still errors.
Is anyone able to advise on how to solve this?
Thanks