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

Sean Owen updated SPARK-26983:
------------------------------
    Target Version/s:   (was: 2.3.2)
            Priority: Minor  (was: Major)
       Fix Version/s:     (was: 2.3.2)

Don't set Fix or Target version please.

I'm not sure how much big-endian works at all here, though some parts of the 
code try to accommodate it. I doubt this would be resolved unless you open a PR.

> Spark PassThroughSuite,ColumnVectorSuite failure on bigendian
> -------------------------------------------------------------
>
>                 Key: SPARK-26983
>                 URL: https://issues.apache.org/jira/browse/SPARK-26983
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 2.3.2
>            Reporter: salamani
>            Priority: Minor
>
> Following failures are observed in Spark Project SQL  on big endian system
> PassThroughSuite :
>  - PassThrough with FLOAT: empty column for decompress()
>  - PassThrough with FLOAT: long random series for decompress() *** FAILED ***
>  Expected 0.10990685, but got -6.6357654E14 Wrong 0-th decoded float value 
> (PassThroughEncodingSuite.scala:146)
>  - PassThrough with FLOAT: simple case with null for decompress() *** FAILED 
> ***
>  Expected 2.0, but got 9.0E-44 Wrong 0-th decoded float value 
> (PassThroughEncodingSuite.scala:146)
>  - PassThrough with DOUBLE: empty column
>  - PassThrough with DOUBLE: long random series
>  - PassThrough with DOUBLE: empty column for decompress()
>  - PassThrough with DOUBLE: long random series for decompress() *** FAILED ***
>  Expected 0.20634564007984624, but got 5.902392643940031E-230 Wrong 0-th 
> decoded double value (PassThroughEncodingSuite.scala:150)
>  - PassThrough with DOUBLE: simple case with null for decompress() *** FAILED 
> ***
>  Expected 2.0, but got 3.16E-322 Wrong 0-th decoded double value 
> (PassThroughEncodingSuite.scala:150)
>  Run completed in 9 seconds, 72 milliseconds.
>  Total number of tests run: 30
>  Suites: completed 2, aborted 0
>  Tests: succeeded 26, failed 4, canceled 0, ignored 0, pending 0
>  ** 
>  *** 4 TESTS FAILED ***
>  
> ColumnVectorSuite:
>  - CachedBatch long Apis
>  - CachedBatch float Apis *** FAILED ***
>  4.6006E-41 did not equal 1.0 (ColumnVectorSuite.scala:378)
>  - CachedBatch double Apis *** FAILED ***
>  3.03865E-319 did not equal 1.0 (ColumnVectorSuite.scala:402)
>  Run completed in 8 seconds, 183 milliseconds.
>  Total number of tests run: 21
>  Suites: completed 2, aborted 0
>  Tests: succeeded 19, failed 2, canceled 0, ignored 0, pending 0
>  ** 
>  *** 2 TESTS FAILED ***



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to