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

Support geo_point column and timestamp formatting #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gluck
Copy link
Contributor

@gluck gluck commented Apr 8, 2014

geo_point types were previously not displayed in table output because
they falled under isArray block
Now if I find a matching field in the metadata, I stop digging into the
JSON.
(the custom query code may not cover every use case as there's no
metadata)

date type columns are now displayed in UTC format in table output (JSON
and CSV unchanged)

geo_point types were previously not displayed in table output because
they falled under isArray block
Now if I find a matching field in the metadata, I stop digging into the
JSON.
(the custom query code may not cover every use case as there's no
metadata)

date type columns are now displayed in UTC format in table output (JSON
and CSV unchanged)
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

Successfully merging this pull request may close these issues.

None yet

1 participant