[jira] [Comment Edited] (SPARK-45533) Use `j.l.r.Cleaner` instead of `finalize` for `RocksDBIterator/LevelDBIterator`

2023-10-23 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778917#comment-17778917 ] Min Zhao edited comment on SPARK-45533 at 10/24/23 4:12 AM:

[jira] [Commented] (SPARK-45533) Use `j.l.r.Cleaner` instead of `finalize` for `RocksDBIterator/LevelDBIterator`

2023-10-23 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778917#comment-17778917 ] Min Zhao commented on SPARK-45533: -- Thank you very much. [~LuciferYang]  The close met

[jira] [Commented] (SPARK-45533) Use `j.l.r.Cleaner` instead of `finalize` for `RocksDBIterator/LevelDBIterator`

2023-10-23 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778729#comment-17778729 ] Min Zhao commented on SPARK-45533: -- I read about their implementation, using java.lang.

[jira] [Commented] (SPARK-45533) Use `j.l.r.Cleaner` instead of `finalize` for `RocksDBIterator/LevelDBIterator`

2023-10-22 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778391#comment-17778391 ] Min Zhao commented on SPARK-45533: -- Sorry, I will do it in the next few days.  If it is

[jira] [Commented] (SPARK-44405) Reduce code duplication in group-based DELETE and MERGE tests

2023-10-19 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1538#comment-1538 ] Min Zhao commented on SPARK-44405: -- Hello, are you working on it and would you like me

[jira] [Updated] (SPARK-45596) Use java.lang.ref.Cleaner instead of org.apache.spark.sql.connect.client.util.Cleaner

2023-10-18 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhao updated SPARK-45596: - Description: Now, we have updated JDK to 17,  so should replace this class by [[java.lang.ref.Cleaner]]

[jira] [Updated] (SPARK-45596) Use java.lang.ref.Cleaner instead of org.apache.spark.sql.connect.client.util.Cleaner

2023-10-18 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhao updated SPARK-45596: - Attachment: image-2023-10-19-02-25-57-966.png > Use java.lang.ref.Cleaner instead of > org.apache.spark

[jira] [Created] (SPARK-45596) Use java.lang.ref.Cleaner instead of org.apache.spark.sql.connect.client.util.Cleaner

2023-10-18 Thread Min Zhao (Jira)
Min Zhao created SPARK-45596: Summary: Use java.lang.ref.Cleaner instead of org.apache.spark.sql.connect.client.util.Cleaner Key: SPARK-45596 URL: https://issues.apache.org/jira/browse/SPARK-45596 Project

[jira] [Updated] (SPARK-45567) Remove redundant if in org.apache.spark.sql.connect.execution.ExecuteGrpcResponseSender#run

2023-10-16 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhao updated SPARK-45567: - Summary: Remove redundant if in org.apache.spark.sql.connect.execution.ExecuteGrpcResponseSender#run (w

[jira] [Updated] (SPARK-45567) Remove redundant if block in org.apache.spark.sql.connect.execution.ExecuteGrpcResponseSender#run

2023-10-16 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhao updated SPARK-45567: - Attachment: image-2023-10-17-11-46-31-897.png > Remove redundant if block in > org.apache.spark.sql.con

[jira] [Commented] (SPARK-45567) Remove redundant if block in org.apache.spark.sql.connect.execution.ExecuteGrpcResponseSender#run

2023-10-16 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776005#comment-17776005 ] Min Zhao commented on SPARK-45567: -- [~juliuszsompolski] Hello,this ```if``` seems to be

[jira] [Created] (SPARK-45567) Remove redundant if block in org.apache.spark.sql.connect.execution.ExecuteGrpcResponseSender#run

2023-10-16 Thread Min Zhao (Jira)
Min Zhao created SPARK-45567: Summary: Remove redundant if block in org.apache.spark.sql.connect.execution.ExecuteGrpcResponseSender#run Key: SPARK-45567 URL: https://issues.apache.org/jira/browse/SPARK-45567

[jira] [Commented] (SPARK-45533) Use `j.l.r.Cleaner` instead of `finalize` for `RocksDBIterator/LevelDBIterator`

2023-10-16 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775672#comment-17775672 ] Min Zhao commented on SPARK-45533: -- Could you like to assign it to me? I will complete

[jira] [Commented] (SPARK-45534) Use `java.lang.ref.Cleaner` instead of `finalize` for `RemoteBlockPushResolver`

2023-10-12 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-45534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774801#comment-17774801 ] Min Zhao commented on SPARK-45534: -- Hello,Could you assign it to me?   > Use `java.lan

[jira] [Updated] (SPARK-44627) org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils#resultSetToRows produces wrong data

2023-08-01 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhao updated SPARK-44627: - Description: When the resultSet exists a timestmp column and it's value is null, but column define is n

[jira] [Updated] (SPARK-44627) org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils#resultSetToRows produces wrong data

2023-08-01 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhao updated SPARK-44627: - Priority: Minor (was: Major) > org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils#resultSetToRow

[jira] [Commented] (SPARK-44627) org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils#resultSetToRows produces wrong data

2023-08-01 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17750115#comment-17750115 ] Min Zhao commented on SPARK-44627: -- !image-2023-08-02-14-01-54-447.png! it only update

[jira] [Updated] (SPARK-44627) org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils#resultSetToRows produces wrong data

2023-08-01 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhao updated SPARK-44627: - Description: When the resultSet exists a timestmp column and it's value is null, In the row it generate

[jira] [Updated] (SPARK-44627) org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils#resultSetToRows produces wrong data

2023-08-01 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhao updated SPARK-44627: - Attachment: image-2023-08-02-14-01-54-447.png > org.apache.spark.sql.execution.datasources.jdbc.JdbcUtil

[jira] [Updated] (SPARK-44627) org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils#resultSetToRows produces wrong data

2023-08-01 Thread Min Zhao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Min Zhao updated SPARK-44627: - Description: When the resultSet exists a timestmp column and it's value is null, In the row it generate

[jira] [Created] (SPARK-44627) org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils#resultSetToRows produces wrong data

2023-08-01 Thread Min Zhao (Jira)
Min Zhao created SPARK-44627: Summary: org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils#resultSetToRows produces wrong data Key: SPARK-44627 URL: https://issues.apache.org/jira/browse/SPARK-44627

[jira] [Created] (SPARK-44595) Make the user session cache number and cache time be configurable in spark connect service

2023-07-28 Thread Min Zhao (Jira)
Min Zhao created SPARK-44595: Summary: Make the user session cache number and cache time be configurable in spark connect service Key: SPARK-44595 URL: https://issues.apache.org/jira/browse/SPARK-44595 Pr

[jira] [Created] (SPARK-44594) Remove redundant method parameter in kafka connector

2023-07-28 Thread Min Zhao (Jira)
Min Zhao created SPARK-44594: Summary: Remove redundant method parameter in kafka connector Key: SPARK-44594 URL: https://issues.apache.org/jira/browse/SPARK-44594 Project: Spark Issue Type: Impr