Travis CI
build****@travi*****
Wed Sep 16 00:35:38 JST 2015
Build Update for groonga/groonga
-------------------------------------
Build: #6100
Status: Errored
Duration: 27 minutes and 24 seconds
Commit: 770f128 (support-column-for-temporary-table)
Author: Kouhei Sutou
Message: Support columns for temporary table
Use cases:
* Named output columns in select like "AS" in SQL
* Creating a column to temporary table and assigning return value
of function to the column:
select --filter all_records() \
--column[snippet].type ShortText \
--column[snippet].value 'snippet_html(body)' \
--output_columns _id,snippet
* Drilldown by computed value
* Select -> Create temporary column -> Compute value -> Drilldown:
select --filter all_records() \
--column[year].type UInt8 \
--column[year].value 'time_to_year(updated_at)' \
--drilldown year
View the changeset: https://github.com/groonga/groonga/commit/770f1285fe39
View the full build log and details: https://travis-ci.org/groonga/groonga/builds/80451362
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
-------------- next part --------------
An HTML attachment was scrubbed...
Download