Re: [PR] [fix](load) fix npe when array is null [doris-spark-connector]

2023-10-25 Thread via GitHub
JNSimba merged PR #147: URL: https://github.com/apache/doris-spark-connector/pull/147 -- 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 to the specific comment. To unsubscribe, e-mail: commits-unsubscr..

Re: [PR] [fix](load) fix npe when array is null [doris-spark-connector]

2023-10-17 Thread via GitHub
daikon12 commented on code in PR #147: URL: https://github.com/apache/doris-spark-connector/pull/147#discussion_r1363269325 ## spark-doris-connector/src/main/scala/org/apache/doris/spark/sql/SchemaUtils.scala: ## @@ -166,13 +166,16 @@ private[spark] object SchemaUtils {

Re: [PR] [fix](load) fix npe when array is null [doris-spark-connector]

2023-10-17 Thread via GitHub
wolfboys commented on code in PR #147: URL: https://github.com/apache/doris-spark-connector/pull/147#discussion_r1363166877 ## spark-doris-connector/src/main/scala/org/apache/doris/spark/sql/SchemaUtils.scala: ## @@ -166,13 +166,16 @@ private[spark] object SchemaUtils {

[PR] [fix](load) fix npe when array is null [doris-spark-connector]

2023-10-17 Thread via GitHub
daikon12 opened a new pull request, #147: URL: https://github.com/apache/doris-spark-connector/pull/147 ## Problem Summary: Currently, when a value of the array type is null, rowColumnValue will encounter a null pointer Describe the overview of changes. I suggest that when proce