You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "zhangwei (JIRA)" <ji...@apache.org> on 2018/07/09 14:31:00 UTC

[jira] [Created] (CARBONDATA-2711) carbonFileList is not initalized when updatetablelist call

zhangwei created CARBONDATA-2711:
------------------------------------

             Summary: carbonFileList is not initalized when updatetablelist call
                 Key: CARBONDATA-2711
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2711
             Project: CarbonData
          Issue Type: Bug
          Components: presto-integration
    Affects Versions: 1.4.0
            Reporter: zhangwei
            Assignee: zhangwei
             Fix For: 1.5.0


when I execute this sql 

SELECT table_name FROM information_schema.tables WHERE table_schema =
'tmp_sbu_vadmdb'

exception like this
java.lang.NullPointerException: undefined
at
org.apache.carbondata.presto.impl.CarbonTableReader.updateTableList(CarbonTableReader.java:208)
at
org.apache.carbondata.presto.impl.CarbonTableReader.getTableNames(CarbonTableReader.java:197)
at
org.apache.carbondata.presto.CarbondataMetadata.listTables(CarbondataMetadata.java:73)
at
com.facebook.presto.spi.connector.classloader.ClassLoaderSafeConnectorMetadata.listTables(ClassLoad

pr: https://github.com/apache/carbondata/pull/2468




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