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

Commits on Apr 8, 2014

  1. Support geo_point column and timestamp formatting

    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)
    gluck committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    06bcf36 View commit details
    Browse the repository at this point in the history