New couch_mrview engine uses {val,_} in {row,_} instead of expected {value,_}
-----------------------------------------------------------------------------
Key: COUCHDB-1291
URL: https://issues.apache.org/jira/browse/COUCHDB-1291
Project: CouchDB
Issue Type: Bug
Components: Database Core
Affects Versions: 2.0
Environment: Mac OS X 10.7.1, Erlang R14B04
Reporter: Christopher Bonhage
Priority: Trivial
Fix For: 2.0
Attachments: 0001-mrview_row_format_consistency.patch
Internally, it appears as though the new reference implementation for views
uses the row convention of {row, [{id,_}, {key,_}, {val,_}, {doc,_}]}, which is
inconsistent with output convention of {"id":_, "key":_, "value": _, "doc": _}.
For the sake of sanity, and since couch_mrview is to be a reference
implementation, I propose that {val,_} be changed to {value,_}.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira