[jira] [Updated] (SPARK-48025) Fix org.apache.spark.sql.execution.benchmark.DateTimeBenchmark

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-48025: --- Labels: pull-request-available (was: ) > Fix

[jira] [Created] (SPARK-48025) Fix org.apache.spark.sql.execution.benchmark.DateTimeBenchmark

2024-04-28 Thread Kent Yao (Jira)
Kent Yao created SPARK-48025: Summary: Fix org.apache.spark.sql.execution.benchmark.DateTimeBenchmark Key: SPARK-48025 URL: https://issues.apache.org/jira/browse/SPARK-48025 Project: Spark

[jira] [Created] (SPARK-48026) Promote trunc from a datetime only function to a datetime function

2024-04-28 Thread Kent Yao (Jira)
Kent Yao created SPARK-48026: Summary: Promote trunc from a datetime only function to a datetime function Key: SPARK-48026 URL: https://issues.apache.org/jira/browse/SPARK-48026 Project: Spark

[jira] [Created] (SPARK-48027) InjectRuntimeFilter for multi-level join should check child join type

2024-04-28 Thread angerszhu (Jira)
angerszhu created SPARK-48027: - Summary: InjectRuntimeFilter for multi-level join should check child join type Key: SPARK-48027 URL: https://issues.apache.org/jira/browse/SPARK-48027 Project: Spark

[jira] [Updated] (SPARK-48027) InjectRuntimeFilter for multi-level join should check child join type

2024-04-28 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angerszhu updated SPARK-48027: -- Description: {code:java} with  refund_info as (     select         loan_id,         1 as refund_type  

[jira] [Updated] (SPARK-48027) InjectRuntimeFilter for multi-level join should check child join type

2024-04-28 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angerszhu updated SPARK-48027: -- Description: {code:java} with  refund_info as (     select         loan_id,         1 as refund_type  

[jira] [Resolved] (SPARK-48024) Enable `UDFParityTests.test_udf_timestamp_ntz`

2024-04-28 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon resolved SPARK-48024. -- Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 46257

[jira] [Assigned] (SPARK-48025) Fix org.apache.spark.sql.execution.benchmark.DateTimeBenchmark

2024-04-28 Thread Kent Yao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kent Yao reassigned SPARK-48025: Assignee: Kent Yao > Fix org.apache.spark.sql.execution.benchmark.DateTimeBenchmark >

[jira] [Updated] (SPARK-48027) InjectRuntimeFilter for multi-level join should check child join type

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-48027: --- Labels: pull-request-available (was: ) > InjectRuntimeFilter for multi-level join should

[jira] [Created] (SPARK-48030) InternalRowComparableWrapper should cache rowOrdering to improve performace

2024-04-28 Thread YE (Jira)
YE created SPARK-48030: -- Summary: InternalRowComparableWrapper should cache rowOrdering to improve performace Key: SPARK-48030 URL: https://issues.apache.org/jira/browse/SPARK-48030 Project: Spark

[jira] [Updated] (SPARK-48030) InternalRowComparableWrapper should cache rowOrdering to improve performace

2024-04-28 Thread YE (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YE updated SPARK-48030: --- Attachment: screenshot-1.png > InternalRowComparableWrapper should cache rowOrdering to improve performace >

[jira] [Updated] (SPARK-48030) InternalRowComparableWrapper should cache rowOrdering to improve performace

2024-04-28 Thread YE (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YE updated SPARK-48030: --- Description: InternalRowComparableWrapper recreates row ordering for each output partition when SPJ is enabled.

[jira] [Updated] (SPARK-48030) InternalRowComparableWrapper should cache rowOrdering to improve performace

2024-04-28 Thread YE (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YE updated SPARK-48030: --- Description: InternalRowComparableWrapper recreates row ordering for each output partition when SPJ is enabled.

[jira] [Updated] (SPARK-48028) Regenerate benchmark results after turning ANSI on

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-48028: --- Labels: pull-request-available (was: ) > Regenerate benchmark results after turning ANSI

[jira] [Comment Edited] (SPARK-47353) Mode (all collations)

2024-04-28 Thread Jira
[ https://issues.apache.org/jira/browse/SPARK-47353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17840728#comment-17840728 ] Uroš Bojanić edited comment on SPARK-47353 at 4/28/24 4:06 PM: ---

[jira] [Created] (SPARK-48031) Add schema evolution options to views

2024-04-28 Thread Serge Rielau (Jira)
Serge Rielau created SPARK-48031: Summary: Add schema evolution options to views Key: SPARK-48031 URL: https://issues.apache.org/jira/browse/SPARK-48031 Project: Spark Issue Type:

[jira] [Updated] (SPARK-48027) InjectRuntimeFilter for multi-level join should check child join type

2024-04-28 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angerszhu updated SPARK-48027: -- Description: {code:java} with  refund_info as (     select         loan_id,         1 as refund_type  

[jira] [Created] (SPARK-48028) Regenerate benchmark results after turning ANSI on

2024-04-28 Thread Kent Yao (Jira)
Kent Yao created SPARK-48028: Summary: Regenerate benchmark results after turning ANSI on Key: SPARK-48028 URL: https://issues.apache.org/jira/browse/SPARK-48028 Project: Spark Issue Type:

[jira] [Updated] (SPARK-47585) SQL core: Migrate logInfo with variables to structured logging framework

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-47585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-47585: --- Labels: pull-request-available (was: ) > SQL core: Migrate logInfo with variables to

[jira] [Comment Edited] (SPARK-47353) Mode (all collations)

2024-04-28 Thread Gideon P (Jira)
[ https://issues.apache.org/jira/browse/SPARK-47353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17841669#comment-17841669 ] Gideon P edited comment on SPARK-47353 at 4/28/24 4:10 PM: --- [~uros-db] I saw

[jira] [Commented] (SPARK-46837) String function support (parent)

2024-04-28 Thread Jira
[ https://issues.apache.org/jira/browse/SPARK-46837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17841668#comment-17841668 ] Uroš Bojanić commented on SPARK-46837: -- [~gpgp] Nice work on your previous tickets, thanks for your

[jira] [Updated] (SPARK-48027) InjectRuntimeFilter for multi-level join should check child join type

2024-04-28 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angerszhu updated SPARK-48027: -- Attachment: image-2024-04-28-16-38-37-510.png > InjectRuntimeFilter for multi-level join should check

[jira] [Resolved] (SPARK-48025) Fix org.apache.spark.sql.execution.benchmark.DateTimeBenchmark

2024-04-28 Thread Kent Yao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kent Yao resolved SPARK-48025. -- Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 46261

[jira] [Updated] (SPARK-48031) Add schema evolution options to views

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-48031: --- Labels: pull-request-available (was: ) > Add schema evolution options to views >

[jira] [Created] (SPARK-48029) Make more accurate to remove unused packages in spark docker image

2024-04-28 Thread BingKun Pan (Jira)
BingKun Pan created SPARK-48029: --- Summary: Make more accurate to remove unused packages in spark docker image Key: SPARK-48029 URL: https://issues.apache.org/jira/browse/SPARK-48029 Project: Spark

[jira] [Updated] (SPARK-48027) InjectRuntimeFilter for multi-level join should check child join type

2024-04-28 Thread angerszhu (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angerszhu updated SPARK-48027: -- Attachment: image-2024-04-28-16-41-08-392.png > InjectRuntimeFilter for multi-level join should check

[jira] [Assigned] (SPARK-48025) Fix org.apache.spark.sql.execution.benchmark.DateTimeBenchmark

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot reassigned SPARK-48025: -- Assignee: (was: Apache Spark) > Fix

[jira] [Assigned] (SPARK-48025) Fix org.apache.spark.sql.execution.benchmark.DateTimeBenchmark

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot reassigned SPARK-48025: -- Assignee: Apache Spark > Fix

[jira] [Commented] (SPARK-47353) Mode (all collations)

2024-04-28 Thread Gideon P (Jira)
[ https://issues.apache.org/jira/browse/SPARK-47353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17841669#comment-17841669 ] Gideon P commented on SPARK-47353: -- [~uros-db] I will claim this one > Mode (all collations) >

[jira] [Assigned] (SPARK-48002) Add Observed metrics test in PySpark StreamingQueryListeners

2024-04-28 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon reassigned SPARK-48002: Assignee: Wei Liu > Add Observed metrics test in PySpark StreamingQueryListeners >

[jira] [Resolved] (SPARK-48002) Add Observed metrics test in PySpark StreamingQueryListeners

2024-04-28 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon resolved SPARK-48002. -- Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 46237

[jira] [Assigned] (SPARK-48028) Regenerate benchmark results after turning ANSI on

2024-04-28 Thread Kent Yao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kent Yao reassigned SPARK-48028: Assignee: Kent Yao > Regenerate benchmark results after turning ANSI on >

[jira] [Updated] (SPARK-48028) Regenerate benchmark results after turning ANSI on

2024-04-28 Thread Kent Yao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kent Yao updated SPARK-48028: - External issue ID: SPARK-4 > Regenerate benchmark results after turning ANSI on >

[jira] [Updated] (SPARK-48030) InternalRowComparableWrapper should cache rowOrdering to improve performace

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-48030: --- Labels: pull-request-available (was: ) > InternalRowComparableWrapper should cache

[jira] [Updated] (SPARK-48033) Support Generated Column expressions that are `RuntimeReplaceable`

2024-04-28 Thread Richard Chen (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Chen updated SPARK-48033: - Description: Currently, default columns that have a default of a `RuntimeReplaceable`

[jira] [Created] (SPARK-48033) Support Generated Column expressions that are `RuntimeReplaceable`

2024-04-28 Thread Richard Chen (Jira)
Richard Chen created SPARK-48033: Summary: Support Generated Column expressions that are `RuntimeReplaceable` Key: SPARK-48033 URL: https://issues.apache.org/jira/browse/SPARK-48033 Project: Spark

[jira] [Resolved] (SPARK-48032) Upgrade `commons-codec` to 1.17.0

2024-04-28 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun resolved SPARK-48032. --- Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 46268

[jira] [Resolved] (SPARK-47292) safeMapToJValue should consider when map is null

2024-04-28 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-47292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon resolved SPARK-47292. -- Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 46260

[jira] [Created] (SPARK-48034) NullPointerException in MapStatusesSerDeserBenchmark

2024-04-28 Thread Kent Yao (Jira)
Kent Yao created SPARK-48034: Summary: NullPointerException in MapStatusesSerDeserBenchmark Key: SPARK-48034 URL: https://issues.apache.org/jira/browse/SPARK-48034 Project: Spark Issue Type:

[jira] [Updated] (SPARK-48036) Update `sql-ref-ansi-compliance.md` and `sql-ref-identifier.md`

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-48036: --- Labels: pull-request-available (was: ) > Update `sql-ref-ansi-compliance.md` and

[jira] [Created] (SPARK-48037) SortShuffleWriter lacks shuffle write related metrics resulting in potentially inaccurate data

2024-04-28 Thread dzcxzl (Jira)
dzcxzl created SPARK-48037: -- Summary: SortShuffleWriter lacks shuffle write related metrics resulting in potentially inaccurate data Key: SPARK-48037 URL: https://issues.apache.org/jira/browse/SPARK-48037

[jira] [Updated] (SPARK-48033) Support Generated Column expressions that are `RuntimeReplaceable`

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-48033: --- Labels: pull-request-available (was: ) > Support Generated Column expressions that are

[jira] [Assigned] (SPARK-47730) Support APP_ID and EXECUTOR_ID placeholder in labels

2024-04-28 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-47730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun reassigned SPARK-47730: - Assignee: Xi Chen > Support APP_ID and EXECUTOR_ID placeholder in labels >

[jira] [Updated] (SPARK-44442) Drop mesos support

2024-04-28 Thread Kent Yao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kent Yao updated SPARK-2: - Labels: pull-request-available releasenotes (was: pull-request-available) > Drop mesos support >

[jira] [Updated] (SPARK-47730) Support APP_ID and EXECUTOR_ID placeholder in labels

2024-04-28 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-47730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-47730: -- Parent: SPARK-44111 Issue Type: Sub-task (was: Improvement) > Support APP_ID and

[jira] [Resolved] (SPARK-47730) Support APP_ID and EXECUTOR_ID placeholder in labels

2024-04-28 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-47730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun resolved SPARK-47730. --- Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 46149

[jira] [Updated] (SPARK-48029) Update the packages name removed in building the spark docker image

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-48029: --- Labels: pull-request-available (was: ) > Update the packages name removed in building the

[jira] [Assigned] (SPARK-48014) Change the makeFromJava error in EvaluatePython to a user-facing error

2024-04-28 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon reassigned SPARK-48014: Assignee: Allison Wang > Change the makeFromJava error in EvaluatePython to a

[jira] [Resolved] (SPARK-48014) Change the makeFromJava error in EvaluatePython to a user-facing error

2024-04-28 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon resolved SPARK-48014. -- Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 46250

[jira] [Updated] (SPARK-48034) NullPointerException in MapStatusesSerDeserBenchmark

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-48034: --- Labels: pull-request-available (was: ) > NullPointerException in

[jira] [Created] (SPARK-48036) Update `sql-ref-ansi-compliance.md` and `sql-ref-identifier.md`

2024-04-28 Thread Dongjoon Hyun (Jira)
Dongjoon Hyun created SPARK-48036: - Summary: Update `sql-ref-ansi-compliance.md` and `sql-ref-identifier.md` Key: SPARK-48036 URL: https://issues.apache.org/jira/browse/SPARK-48036 Project: Spark

[jira] [Assigned] (SPARK-48034) NullPointerException in MapStatusesSerDeserBenchmark

2024-04-28 Thread Kent Yao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kent Yao reassigned SPARK-48034: Assignee: Kent Yao > NullPointerException in MapStatusesSerDeserBenchmark >

[jira] [Resolved] (SPARK-48034) NullPointerException in MapStatusesSerDeserBenchmark

2024-04-28 Thread Kent Yao (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kent Yao resolved SPARK-48034. -- Fix Version/s: 3.4.4 3.5.2 4.0.0 Resolution: Fixed Issue

[jira] [Updated] (SPARK-48029) Update the packages name removed in building the spark docker image

2024-04-28 Thread BingKun Pan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BingKun Pan updated SPARK-48029: Summary: Update the packages name removed in building the spark docker image (was: Make more

[jira] [Created] (SPARK-48035) try_add/try_multiply should not be semantic equal to add/multiply

2024-04-28 Thread Gengliang Wang (Jira)
Gengliang Wang created SPARK-48035: -- Summary: try_add/try_multiply should not be semantic equal to add/multiply Key: SPARK-48035 URL: https://issues.apache.org/jira/browse/SPARK-48035 Project: Spark

[jira] [Updated] (SPARK-48037) SortShuffleWriter lacks shuffle write related metrics resulting in potentially inaccurate data

2024-04-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SPARK-48037: --- Labels: pull-request-available (was: ) > SortShuffleWriter lacks shuffle write related

[jira] [Resolved] (SPARK-48036) Update `sql-ref-ansi-compliance.md` and `sql-ref-identifier.md`

2024-04-28 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun resolved SPARK-48036. --- Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 46271

[jira] [Assigned] (SPARK-48029) Update the packages name removed in building the spark docker image

2024-04-28 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun reassigned SPARK-48029: - Assignee: BingKun Pan > Update the packages name removed in building the spark docker

[jira] [Resolved] (SPARK-48029) Update the packages name removed in building the spark docker image

2024-04-28 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun resolved SPARK-48029. --- Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 46258