Re: [PR] [SPARK-47968][SQL] MsSQLServer: Map datatimeoffset to TimestampType [spark]

2024-04-26 Thread via GitHub
yaooqinn closed pull request #46239: [SPARK-47968][SQL] MsSQLServer: Map datatimeoffset to TimestampType URL: https://github.com/apache/spark/pull/46239 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] [SPARK-47968][SQL] MsSQLServer: Map datatimeoffset to TimestampType [spark]

2024-04-26 Thread via GitHub
yaooqinn commented on PR #46239: URL: https://github.com/apache/spark/pull/46239#issuecomment-2079631213 Thank you @dongjoon-hyun Merged to master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [SPARK-47968][SQL] MsSQLServer: Map datatimeoffset to TimestampType [spark]

2024-04-26 Thread via GitHub
yaooqinn commented on PR #46239: URL: https://github.com/apache/spark/pull/46239#issuecomment-2079629526 Irrelevant test failure in pyspark connect ``` ERROR StatusConsoleListener An exception occurred processing Appender File java.lang.IllegalArgumentException: found 1

[PR] [SPARK-47968][SQL] MsSQLServer: Map datatimeoffset to TimestampType [spark]

2024-04-26 Thread via GitHub
yaooqinn opened a new pull request, #46239: URL: https://github.com/apache/spark/pull/46239 ### What changes were proposed in this pull request? This PR changes the `datatimeoffset -> StringType` mapping to `datatimeoffset -> TimestampType` mapping as we use `mssql-jdbc`