Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for date data type #6

Open
imshubhangi opened this issue Jul 12, 2018 · 0 comments
Open

Add support for date data type #6

imshubhangi opened this issue Jul 12, 2018 · 0 comments

Comments

@imshubhangi
Copy link

imshubhangi commented Jul 12, 2018

Following error is seen , when there is date type of column in greenplum database and JSON document contains date represented in String type.

ext_web_formatter_json=# select * from accounts; ERROR: Unsupported data type '1082' for column 'birthdate' (seg0 slice1 127.0.0.1:40000 pid=19733) DETAIL: External table accounts

Look like , in json_formatter.c date data type is not handled , it goes to default case in switch(type) and errors out.

Requesting to add support for date data type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant