Results 8 comments of Arthur Li

@sfc-gh-mrui thanks for your reply, the problem is with the simpleDateTime(https://github.com/snowflakedb/spark-snowflake/blob/master/src/main/scala/net/snowflake/spark/snowflake/Conversions.scala#L66) used for parse timestamp during copy unload. The format only support millisecond precision and would give wrong timestamp if...

Created a draft PR for this: https://github.com/snowflakedb/spark-snowflake/pull/492 Please let me know if I misunderstand anything or if you have any concerns about the approach.

@sfc-gh-mrui The test cases has been fixed please review. Thanks!

@sfc-gh-mrui Yea the tests pass in my local and with instacart's snowflake account(based on aws), I realized the test only failed with azure and gcp copy unload so wondering if...

Looks I can sign up for a trial account with snowflake on GCP. Let me also try that.

Sorry about the long break finally got chance to look into this again. For workflows in different envs, does it need approval from your side to run? @sfc-gh-mrui

Hi @sfc-gh-mrui, I was wondering if there's a way to trigger the test again? Thanks 🙏