Re: [PR] [MINOR][SQL] Remove `unsupportedOperationMsg` from `CaseInsensitiveStringMap` [spark]

2024-02-18 Thread via GitHub


LuciferYang commented on PR #45161:
URL: https://github.com/apache/spark/pull/45161#issuecomment-1951855217

   Thanks @MaxGekk @HyukjinKwon 


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



Re: [PR] [MINOR][SQL] Remove `unsupportedOperationMsg` from `CaseInsensitiveStringMap` [spark]

2024-02-18 Thread via GitHub


MaxGekk closed pull request #45161: [MINOR][SQL] Remove 
`unsupportedOperationMsg` from `CaseInsensitiveStringMap`
URL: https://github.com/apache/spark/pull/45161


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



Re: [PR] [MINOR][SQL] Remove `unsupportedOperationMsg` from `CaseInsensitiveStringMap` [spark]

2024-02-18 Thread via GitHub


MaxGekk commented on PR #45161:
URL: https://github.com/apache/spark/pull/45161#issuecomment-1951842238

   +1, LGTM. Merging to master.
   Thank you, @LuciferYang and @HyukjinKwon for review.


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[PR] [MINOR][SQL] Remove `unsupportedOperationMsg` from `CaseInsensitiveStringMap` [spark]

2024-02-18 Thread via GitHub


LuciferYang opened a new pull request, #45161:
URL: https://github.com/apache/spark/pull/45161

   ### What changes were proposed in this pull request?
   This pr remove unused private field `unsupportedOperationMsg` from 
`CaseInsensitiveStringMap`, it is replaced by `_LEGACY_ERROR_TEMP_3206` after 
https://github.com/apache/spark/pull/44549 is merged, 
   
   ### Why are the changes needed?
   Remove unused private field.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Pass GitHub Actions
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org