You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2017/12/09 18:08:00 UTC

[jira] [Created] (CALCITE-2085) PsTableFunction fails on Fedora

Julian Hyde created CALCITE-2085:
------------------------------------

             Summary: PsTableFunction fails on Fedora
                 Key: CALCITE-2085
                 URL: https://issues.apache.org/jira/browse/CALCITE-2085
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


PsTableFunction fails on Fedora, as reported during the [1.15 release vote|https://lists.apache.org/thread.html/b9fa6caf313be1e63625c25a77e90aada2cd917f2b18bcf0a451c949@%3Cdev.calcite.apache.org%3E]:

{noformat}
Tests run: 12, Failures: 0, Errors: 1, Skipped: 2, Time elapsed: 1.943 sec
<<< FAILURE! - in org.apache.calcite.adapter.os.OsAdapterTest
testFiles(org.apache.calcite.adapter.os.OsAdapterTest) Time elapsed: 1.206 sec <<< ERROR!
java.lang.RuntimeException: exception while executing [select distinct type from files]
at org.apache.calcite.adapter.os.OsAdapterTest.testFiles(OsAdapterTest.java:135)
Caused by: java.lang.RuntimeException: With materializationsEnabled=false, limit=0
at org.apache.calcite.adapter.os.OsAdapterTest.testFiles(OsAdapterTest.java:135)
Caused by: java.sql.SQLException: Error while executing SQL "select distinct type from files": while parsing value [1,09577] of field [sparseness] in line [[1512547192803, 16, 1512547125872, 9, 64770, PsTableFunction.java, ext4, domain users, 949000513, ./src/main/java/org/apache/calcite/adapter/os, 6051700, , 0644, 1, src/main/java/org/apache/calcite/adapter/os/PsTableFunction.java, 7476, null, null, null, null, null]]
at org.apache.calcite.adapter.os.OsAdapterTest.testFiles(OsAdapterTest.java:135)
Caused by: java.lang.RuntimeException: while parsing value [1,09577] of field [sparseness] in line [[1512547192803, 16, 1512547125872, 9, 64770, PsTableFunction.java, ext4, domain users, 949000513, ./src/main/java/org/apache/calcite/adapter/os, 6051700, , 0644, 1, src/main/java/org/apache/calcite/adapter/os/PsTableFunction.java, 7476, null, null, null, null, null]]
at org.apache.calcite.adapter.os.OsAdapterTest.testFiles(OsAdapterTest.java:135)
Caused by: java.lang.NumberFormatException: For input string: "1,09577"
at org.apache.calcite.adapter.os.OsAdapterTest.testFiles(OsAdapterTest.java:135)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)