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

Marcelo Vanzin resolved SPARK-28931.
------------------------------------
    Fix Version/s: 3.0.0
         Assignee: Jungtaek Lim
       Resolution: Fixed

> Fix couple of bugs in FsHistoryProviderSuite
> --------------------------------------------
>
>                 Key: SPARK-28931
>                 URL: https://issues.apache.org/jira/browse/SPARK-28931
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.0.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> There're some bugs reside on FsHistoryProviderSuite itself.
>  # When creating log file via {{newLogFile}}, codec is ignored, leading to 
> wrong file name. (No one tends to create test for test code, as well as the 
> bug doesn't affect existing tests indeed, so not easy to catch.)
>  # When writing events to log file via {{writeFile}}, metadata (in case of 
> new format) gets written to file regardless of its codec, and the content is 
> overwritten by another stream, hence no information for Spark version is 
> available. It affects existing test, hence we have wrong expected value to 
> workaround the bug.
> Note that they're bugs on test code, non-test code works fine.



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

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

Reply via email to