GitHub user BJangir opened a pull request:

    https://github.com/apache/carbondata/pull/1092

    [CARBONDATA-1225] Create Table Failed for partition table having date and 
timestamp when format is not specified

    Create Table Failed for partition table having date or timestamp when 
format is not specified in carbon.properties ( as it is not mandatory , should 
use default format from carbon constant)
    
    Root Cause :- In parser we tried to parse using 
.getProperty(CarbonCommonConstants.CARBON_DATE_FORMAT) since value will be null 
, it throws null and same is getting printed in driver side.
    Same issue with timestamp and date data type column also .

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/BJangir/incubator-carbondata master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/carbondata/pull/1092.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1092
    
----
commit 00d88e0020af7fa361b55d2a8b472a4c39889f0c
Author: BJangir <babulaljangir...@gmail.com>
Date:   2017-02-06T16:43:55Z

    CARBONDATA-697 Jira single_pass is not used while doing data load

commit b0f42547e7c18e602ba0bab37795ac02c9c474b9
Author: BJangir <babulaljangir...@gmail.com>
Date:   2017-02-09T16:22:27Z

    Written dictionary values in file on shutdown of dictionary server.

commit ac29a7d6f31e6036027a2246f01b83fb2d07fbf7
Author: BJangir <babulaljangir...@gmail.com>
Date:   2017-06-09T11:14:28Z

    Merge remote-tracking branch 'remotes/apache_master/master'
    
    # Conflicts:
    #   
integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/dataload/TestLoadDataGeneral.scala
    #   
integration/spark2/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala
    #   
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala

commit e29009174b80b3277070bf84fb1ad3720a251765
Author: BJangir <babulaljangir...@gmail.com>
Date:   2017-06-17T18:11:18Z

    Merge branch 'master' of https://github.com/apache/carbondata

commit 004715465259b9390b47655caf8330749d9d8c13
Author: BJangir <babulaljangir...@gmail.com>
Date:   2017-06-24T11:01:07Z

    Merge branch 'master' of https://github.com/apache/carbondata

commit 78fc4bc7081ee62f99af99cc0ba2a69555586d4f
Author: BJangir <babulaljangir...@gmail.com>
Date:   2017-06-24T13:36:21Z

    adding default date and timestamp format

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to