You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2019/09/10 02:23:00 UTC

[jira] [Resolved] (SPARK-28988) "CliSuite#Commands using SerDe provided in --jars" not strong enough

     [ https://issues.apache.org/jira/browse/SPARK-28988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-28988.
----------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 25724
[https://github.com/apache/spark/pull/25724]

> "CliSuite#Commands using SerDe provided in --jars" not strong enough
> --------------------------------------------------------------------
>
>                 Key: SPARK-28988
>                 URL: https://issues.apache.org/jira/browse/SPARK-28988
>             Project: Spark
>          Issue Type: Test
>          Components: Tests
>    Affects Versions: 3.0.0
>            Reporter: Yuming Wang
>            Assignee: Lantao Jin
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> [CliSuite#Commands using SerDe provided in --jars|https://github.com/apache/spark/blob/c81da276bac224f4ebea1225877ea7e4a902621b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala#L204-L228] not strong enough. It will success if class not found.
> Maybe we should test it with {{SELECT collect_list(array(val)) FROM t1;}}.
> {code:scala}
>       "SELECT collect_list(array(val)) FROM t1;"
>         -> """[["val_238"],["val_86"],["val_311"],["val_27"],["val_165"]]""",
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org