[jira] [Created] (SPARK-34445) Make `spark.sql.legacy.replaceDatabricksSparkAvro.enabled` as non-internal

2021-02-15 Thread Maxim Gekk (Jira)
Maxim Gekk created SPARK-34445: -- Summary: Make `spark.sql.legacy.replaceDatabricksSparkAvro.enabled` as non-internal Key: SPARK-34445 URL: https://issues.apache.org/jira/browse/SPARK-34445 Project: Spark

[jira] [Commented] (SPARK-32883) Stream-stream join improvement

2021-02-15 Thread Jungtaek Lim (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285071#comment-17285071 ] Jungtaek Lim commented on SPARK-32883: -- Thanks for the head-up. [~chengsu] please p

[jira] [Created] (SPARK-34444) Pushdown scalar-subquery filter to FileSourceScan

2021-02-15 Thread Yuming Wang (Jira)
Yuming Wang created SPARK-3: --- Summary: Pushdown scalar-subquery filter to FileSourceScan Key: SPARK-3 URL: https://issues.apache.org/jira/browse/SPARK-3 Project: Spark Issue Type: I

[jira] [Updated] (SPARK-34444) Pushdown scalar-subquery filter to FileSourceScan

2021-02-15 Thread Yuming Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-3: Description: We can pushdown {{a < (select max(d) from t2)}} to FileSourceScan: {code:sql} CREATE

[jira] [Commented] (SPARK-32883) Stream-stream join improvement

2021-02-15 Thread Cheng Su (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285060#comment-17285060 ] Cheng Su commented on SPARK-32883: -- [~smilegator] - thanks for heads up. Sorry for miss

[jira] [Commented] (SPARK-32883) Stream-stream join improvement

2021-02-15 Thread Xiao Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285057#comment-17285057 ] Xiao Li commented on SPARK-32883: - [https://dist.apache.org/repos/dist/dev/spark/v3.1.1-

[jira] [Updated] (SPARK-10816) EventTime based sessionization (session window)

2021-02-15 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] L. C. Hsieh updated SPARK-10816: Description: Currently structured streaming supports two kinds of windows: tumbling window and sl

[jira] [Updated] (SPARK-10816) EventTime based sessionization (session window)

2021-02-15 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] L. C. Hsieh updated SPARK-10816: Description: Currently structured streaming supports two kinds of windows: tumbling window and sl

[jira] [Updated] (SPARK-10816) EventTime based sessionization (session window)

2021-02-15 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] L. C. Hsieh updated SPARK-10816: Description: Currently structured streaming supports two kinds of windows: tumbling window and sl

[jira] [Updated] (SPARK-10816) EventTime based sessionization (session window)

2021-02-15 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] L. C. Hsieh updated SPARK-10816: Summary: EventTime based sessionization (session window) (was: EventTime based sessionization) >

[jira] [Commented] (SPARK-10816) EventTime based sessionization

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285018#comment-17285018 ] Apache Spark commented on SPARK-10816: -- User 'viirya' has created a pull request fo

[jira] [Commented] (SPARK-10816) EventTime based sessionization

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285017#comment-17285017 ] Apache Spark commented on SPARK-10816: -- User 'viirya' has created a pull request fo

[jira] [Commented] (SPARK-34443) Replace symbol literals with Symbol constructor invocations to comply with Scala 2.13

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285006#comment-17285006 ] Apache Spark commented on SPARK-34443: -- User 'sarutak' has created a pull request f

[jira] [Assigned] (SPARK-34443) Replace symbol literals with Symbol constructor invocations to comply with Scala 2.13

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-34443: Assignee: Kousuke Saruta (was: Apache Spark) > Replace symbol literals with Symbol const

[jira] [Commented] (SPARK-34443) Replace symbol literals with Symbol constructor invocations to comply with Scala 2.13

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285005#comment-17285005 ] Apache Spark commented on SPARK-34443: -- User 'sarutak' has created a pull request f

[jira] [Assigned] (SPARK-34443) Replace symbol literals with Symbol constructor invocations to comply with Scala 2.13

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-34443: Assignee: Apache Spark (was: Kousuke Saruta) > Replace symbol literals with Symbol const

[jira] [Updated] (SPARK-34443) Replace symbol literals with Symbol constructor invocations to comply with Scala 2.13

2021-02-15 Thread Kousuke Saruta (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kousuke Saruta updated SPARK-34443: --- Summary: Replace symbol literals with Symbol constructor invocations to comply with Scala 2.

[jira] [Created] (SPARK-34443) Replace symbol literals with Symbol constructor invocations

2021-02-15 Thread Kousuke Saruta (Jira)
Kousuke Saruta created SPARK-34443: -- Summary: Replace symbol literals with Symbol constructor invocations Key: SPARK-34443 URL: https://issues.apache.org/jira/browse/SPARK-34443 Project: Spark

[jira] [Updated] (SPARK-33434) Document spark.conf.isModifiable()

2021-02-15 Thread Hyukjin Kwon (Jira)
[ https://issues.apache.org/jira/browse/SPARK-33434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon updated SPARK-33434: - Fix Version/s: 3.1.2 > Document spark.conf.isModifiable() > -- >

[jira] [Resolved] (SPARK-33052) Make database versions up-to-date for integration tests

2021-02-15 Thread Takeshi Yamamuro (Jira)
[ https://issues.apache.org/jira/browse/SPARK-33052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takeshi Yamamuro resolved SPARK-33052. -- Fix Version/s: 3.1.1 Assignee: Takeshi Yamamuro Resolution: Fixed Reso

[jira] [Comment Edited] (SPARK-10816) EventTime based sessionization

2021-02-15 Thread Jungtaek Lim (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284964#comment-17284964 ] Jungtaek Lim edited comment on SPARK-10816 at 2/15/21, 11:29 PM: -

[jira] [Assigned] (SPARK-34442) Pin Sphinx version to `sphinx<3.5.0`

2021-02-15 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun reassigned SPARK-34442: - Assignee: Dongjoon Hyun > Pin Sphinx version to `sphinx<3.5.0` > --

[jira] [Resolved] (SPARK-34442) Pin Sphinx version to `sphinx<3.5.0`

2021-02-15 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun resolved SPARK-34442. --- Fix Version/s: 3.0.2 Resolution: Fixed Issue resolved by pull request 31568 [https://

[jira] [Commented] (SPARK-34442) Pin Sphinx version to `sphinx<3.5.0`

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284965#comment-17284965 ] Apache Spark commented on SPARK-34442: -- User 'dongjoon-hyun' has created a pull req

[jira] [Updated] (SPARK-34442) Pin Sphinx version to `sphinx<3.5.0`

2021-02-15 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-34442: -- Priority: Blocker (was: Major) > Pin Sphinx version to `sphinx<3.5.0` > -

[jira] [Updated] (SPARK-34442) Pin Sphinx version to `sphinx<3.5.0`

2021-02-15 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-34442: -- Target Version/s: 3.0.2 > Pin Sphinx version to `sphinx<3.5.0` > -

[jira] [Assigned] (SPARK-34442) Pin Sphinx version to `sphinx<3.5.0`

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-34442: Assignee: (was: Apache Spark) > Pin Sphinx version to `sphinx<3.5.0` > --

[jira] [Assigned] (SPARK-34442) Pin Sphinx version to `sphinx<3.5.0`

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-34442: Assignee: Apache Spark > Pin Sphinx version to `sphinx<3.5.0` > -

[jira] [Created] (SPARK-34442) Pin Sphinx version to `sphinx<3.5.0`

2021-02-15 Thread Dongjoon Hyun (Jira)
Dongjoon Hyun created SPARK-34442: - Summary: Pin Sphinx version to `sphinx<3.5.0` Key: SPARK-34442 URL: https://issues.apache.org/jira/browse/SPARK-34442 Project: Spark Issue Type: Bug

[jira] [Updated] (SPARK-34442) Pin Sphinx version to `sphinx<3.5.0`

2021-02-15 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-34442: -- Component/s: (was: Project Infra) Documentation > Pin Sphinx version to `

[jira] [Commented] (SPARK-10816) EventTime based sessionization

2021-02-15 Thread Jungtaek Lim (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284964#comment-17284964 ] Jungtaek Lim commented on SPARK-10816: -- Probably the code size is different because

[jira] [Commented] (SPARK-10816) EventTime based sessionization

2021-02-15 Thread Jungtaek Lim (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284959#comment-17284959 ] Jungtaek Lim commented on SPARK-10816: -- cc. [~XuanYuan] > EventTime based sessioni

[jira] [Commented] (SPARK-34441) from_json documentation is wrong about malformed JSONs output

2021-02-15 Thread Jean-Francis Roy (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284955#comment-17284955 ] Jean-Francis Roy commented on SPARK-34441: -- It even seems we cannot reproduce t

[jira] [Commented] (SPARK-25243) Use FailureSafeParser in from_json

2021-02-15 Thread Jean-Francis Roy (Jira)
[ https://issues.apache.org/jira/browse/SPARK-25243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284954#comment-17284954 ] Jean-Francis Roy commented on SPARK-25243: -- ``` from_json() doesn't support the

[jira] [Comment Edited] (SPARK-25243) Use FailureSafeParser in from_json

2021-02-15 Thread Jean-Francis Roy (Jira)
[ https://issues.apache.org/jira/browse/SPARK-25243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284954#comment-17284954 ] Jean-Francis Roy edited comment on SPARK-25243 at 2/15/21, 9:25 PM: --

[jira] [Comment Edited] (SPARK-25243) Use FailureSafeParser in from_json

2021-02-15 Thread Jean-Francis Roy (Jira)
[ https://issues.apache.org/jira/browse/SPARK-25243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284954#comment-17284954 ] Jean-Francis Roy edited comment on SPARK-25243 at 2/15/21, 9:25 PM: --

[jira] [Created] (SPARK-34441) from_json documentation is wrong about malformed JSONs output

2021-02-15 Thread Jean-Francis Roy (Jira)
Jean-Francis Roy created SPARK-34441: Summary: from_json documentation is wrong about malformed JSONs output Key: SPARK-34441 URL: https://issues.apache.org/jira/browse/SPARK-34441 Project: Spark

[jira] [Commented] (SPARK-25243) Use FailureSafeParser in from_json

2021-02-15 Thread Jean-Francis Roy (Jira)
[ https://issues.apache.org/jira/browse/SPARK-25243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284951#comment-17284951 ] Jean-Francis Roy commented on SPARK-25243: -- The documentation still states that

[jira] [Commented] (SPARK-10816) EventTime based sessionization

2021-02-15 Thread Jungtaek Lim (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284950#comment-17284950 ] Jungtaek Lim commented on SPARK-10816: -- First of all, I'd like to say thanks for fi

[jira] [Resolved] (SPARK-34201) Fix the test code build error for docker-integration-tests in branch-3.0

2021-02-15 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun resolved SPARK-34201. --- Fix Version/s: 3.0.2 Resolution: Fixed This is resolved via https://github.com/apache

[jira] [Assigned] (SPARK-34198) Add RocksDB StateStore as external module

2021-02-15 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] L. C. Hsieh reassigned SPARK-34198: --- Assignee: (was: L. C. Hsieh) > Add RocksDB StateStore as external module >

[jira] [Commented] (SPARK-10816) EventTime based sessionization

2021-02-15 Thread L. C. Hsieh (Jira)
[ https://issues.apache.org/jira/browse/SPARK-10816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284931#comment-17284931 ] L. C. Hsieh commented on SPARK-10816: - This feature is inactive in last two years. W

[jira] [Resolved] (SPARK-34431) Only load hive-site.xml once

2021-02-15 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun resolved SPARK-34431. --- Fix Version/s: 3.0.2 3.1.1 Resolution: Fixed Issue resolved by pul

[jira] [Assigned] (SPARK-34431) Only load hive-site.xml once

2021-02-15 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun reassigned SPARK-34431: - Assignee: Maxim Gekk > Only load hive-site.xml once > > >

[jira] [Updated] (SPARK-34440) Allow saving/loading datetime in ORC w/o rebasing

2021-02-15 Thread Maxim Gekk (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Gekk updated SPARK-34440: --- Affects Version/s: (was: 3.1.0) 3.2.0 > Allow saving/loading datetime in

[jira] [Updated] (SPARK-34440) Allow saving/loading datetime in ORC w/o rebasing

2021-02-15 Thread Maxim Gekk (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Gekk updated SPARK-34440: --- Fix Version/s: (was: 3.2.0) > Allow saving/loading datetime in ORC w/o rebasing > --

[jira] [Updated] (SPARK-34440) Allow saving/loading datetime in ORC w/o rebasing

2021-02-15 Thread Maxim Gekk (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Gekk updated SPARK-34440: --- Fix Version/s: (was: 3.1.0) 3.2.0 > Allow saving/loading datetime in ORC w/o

[jira] [Updated] (SPARK-34440) Allow saving/loading datetime in ORC w/o rebasing

2021-02-15 Thread Maxim Gekk (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Gekk updated SPARK-34440: --- Description: Currently, Spark always performs rebasing of date/timestamp columns in ORC datasource b

[jira] [Created] (SPARK-34440) Allow saving/loading datetime in ORC w/o rebasing

2021-02-15 Thread Maxim Gekk (Jira)
Maxim Gekk created SPARK-34440: -- Summary: Allow saving/loading datetime in ORC w/o rebasing Key: SPARK-34440 URL: https://issues.apache.org/jira/browse/SPARK-34440 Project: Spark Issue Type: New

[jira] [Updated] (SPARK-26138) Pushdown limit through InnerLike when condition is empty

2021-02-15 Thread Yuming Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-26138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-26138: Summary: Pushdown limit through InnerLike when condition is empty (was: Cross join requires push

[jira] [Commented] (SPARK-26138) Cross join requires push LocalLimit in LimitPushDown rule

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-26138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284703#comment-17284703 ] Apache Spark commented on SPARK-26138: -- User 'wangyum' has created a pull request f

[jira] [Commented] (SPARK-26138) Cross join requires push LocalLimit in LimitPushDown rule

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-26138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284700#comment-17284700 ] Apache Spark commented on SPARK-26138: -- User 'wangyum' has created a pull request f

[jira] [Commented] (SPARK-28220) join foldable condition not pushed down when parent filter is totally pushed down

2021-02-15 Thread Yuming Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284653#comment-17284653 ] Yuming Wang commented on SPARK-28220: - It seems this is not a issue: {code:sql} pos

[jira] [Resolved] (SPARK-30386) Pushdown limit to outer join through projects

2021-02-15 Thread Yuming Wang (Jira)
[ https://issues.apache.org/jira/browse/SPARK-30386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang resolved SPARK-30386. - Resolution: Invalid > Pushdown limit to outer join through projects > --

[jira] [Assigned] (SPARK-34439) Recognize `spark_catalog` in new identifier while view/table renaming

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-34439: Assignee: Apache Spark > Recognize `spark_catalog` in new identifier while view/table ren

[jira] [Assigned] (SPARK-34439) Recognize `spark_catalog` in new identifier while view/table renaming

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-34439: Assignee: (was: Apache Spark) > Recognize `spark_catalog` in new identifier while vie

[jira] [Commented] (SPARK-34439) Recognize `spark_catalog` in new identifier while view/table renaming

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284625#comment-17284625 ] Apache Spark commented on SPARK-34439: -- User 'MaxGekk' has created a pull request f

[jira] [Commented] (SPARK-34439) Recognize `spark_catalog` in new identifier while view/table renaming

2021-02-15 Thread Apache Spark (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284624#comment-17284624 ] Apache Spark commented on SPARK-34439: -- User 'MaxGekk' has created a pull request f

[jira] [Created] (SPARK-34439) Recognize `spark_catalog` in new identifier while view/table renaming

2021-02-15 Thread Maxim Gekk (Jira)
Maxim Gekk created SPARK-34439: -- Summary: Recognize `spark_catalog` in new identifier while view/table renaming Key: SPARK-34439 URL: https://issues.apache.org/jira/browse/SPARK-34439 Project: Spark