GitHub user outofmem0ry opened a pull request:

    https://github.com/apache/incubator-hawq/pull/1263

    HAWQ-1495 Corrected answer file to match insert statement

    In `src/test/feature/query/sql/rowtypes.sql` the value inserted into the 
table is `"insert into people values ('(Joe,Blow)', '1984-01-10');"`, where 
date is in the format - `1984-01-10`. But in 
`src/test/feature/query/ans/rowtypes.ans`, whenever doing a "select * from 
people" the answer is stored as `01-10-1984`. This causes the test to fail. 
Corrected the date format and test executes successfully. 

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

    $ git pull https://github.com/outofmem0ry/incubator-hawq 
feature/TestRowTypes-HAWQ-1495

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

    https://github.com/apache/incubator-hawq/pull/1263.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 #1263
    
----
commit 3a6d182462ac237883b8f5702dc74ea212dcfc07
Author: Shubham Sharma <shubham.uc...@gmail.com>
Date:   2017-07-03T23:40:19Z

    HAWQ-1495 Corrected answer file to match insert statements

----


---
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