Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 937FA200C44 for ; Mon, 27 Mar 2017 22:34:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 924AB160B85; Mon, 27 Mar 2017 20:34:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D8850160B7B for ; Mon, 27 Mar 2017 22:34:44 +0200 (CEST) Received: (qmail 47799 invoked by uid 500); 27 Mar 2017 20:34:44 -0000 Mailing-List: contact notifications-help@asterixdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.apache.org Delivered-To: mailing list notifications@asterixdb.apache.org Received: (qmail 47790 invoked by uid 99); 27 Mar 2017 20:34:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2017 20:34:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A953B1809E2 for ; Mon, 27 Mar 2017 20:34:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id sZVXIqq38d8D for ; Mon, 27 Mar 2017 20:34:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id C61085FB48 for ; Mon, 27 Mar 2017 20:34:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0FD88E042C for ; Mon, 27 Mar 2017 20:34:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 865E124062 for ; Mon, 27 Mar 2017 20:34:41 +0000 (UTC) Date: Mon, 27 Mar 2017 20:34:41 +0000 (UTC) From: "Xikui Wang (JIRA)" To: notifications@asterixdb.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ASTERIXDB-1858) Tiny tweak for new JSON formatting (display) option? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 27 Mar 2017 20:34:45 -0000 [ https://issues.apache.org/jira/browse/ASTERIXDB-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943994#comment-15943994 ] Xikui Wang commented on ASTERIXDB-1858: --------------------------------------- [~dtabass] All are fixed. The collapse at the first level is a good idea. I had that idea when trying other libraries. The library that we are using doesn't support this. I tweaked that lib a little bit. :) I made the JSON output as default, and JSON (formatted) as one of the options. I think for those who want to see pretty output, they probably want the collapsed attributes as well, since both formatting and collapsing are for better result representation. > Tiny tweak for new JSON formatting (display) option? > ---------------------------------------------------- > > Key: ASTERIXDB-1858 > URL: https://issues.apache.org/jira/browse/ASTERIXDB-1858 > Project: Apache AsterixDB > Issue Type: Bug > Reporter: Michael J. Carey > Assignee: Xikui Wang > Priority: Minor > > Could the UI use term "fields" instead of "items" there? I think that would be clearer. (The first thing "item" binds to for me is "record" - whereas here it is referring to how many fields.) -- This message was sent by Atlassian JIRA (v6.3.15#6346)