Repository: calcite Updated Branches: refs/heads/master 534b09ffd -> 3ab5664b7
Site: Add two talks, and committer Christian Beikov Change-Id: Ic85748ad59972ef83801e0d641c7db0a37969105 Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/3ab5664b Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/3ab5664b Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/3ab5664b Branch: refs/heads/master Commit: 3ab5664b7588d871174004131f3bf179eebb29d5 Parents: 534b09f Author: Julian Hyde <[email protected]> Authored: Mon Oct 23 11:28:30 2017 -0700 Committer: Julian Hyde <[email protected]> Committed: Mon Oct 23 11:28:30 2017 -0700 ---------------------------------------------------------------------- site/_data/contributors.yml | 5 +++++ site/community/index.md | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/3ab5664b/site/_data/contributors.yml ---------------------------------------------------------------------- diff --git a/site/_data/contributors.yml b/site/_data/contributors.yml index 8cd1a0a..bbe971a 100644 --- a/site/_data/contributors.yml +++ b/site/_data/contributors.yml @@ -36,6 +36,11 @@ githubId: chris-baynes org: Contiamo role: Committer +- name: Christian Beikov + apacheId: cbeikov + githubId: beikov + org: Blazebit + role: Committer - name: Francis Chuang apacheId: francischuang githubId: F21 http://git-wip-us.apache.org/repos/asf/calcite/blob/3ab5664b/site/community/index.md ---------------------------------------------------------------------- diff --git a/site/community/index.md b/site/community/index.md index 4e474fb..9cd0ac5 100644 --- a/site/community/index.md +++ b/site/community/index.md @@ -26,8 +26,10 @@ limitations under the License. # Upcoming talks -* 2017/10/30–31 [DataEngConf NYC](http://www.dataengconf.com/) (New York City, USA) - * Don't optimize my queries, optimimze my data! (Julian Hyde) +* 2017/10/30 [DataEngConf NYC](http://www.dataengconf.com/) (New York City, USA) + * [Don't optimize my queries, optimize my data!](http://www.dataengconf.com/dont-optimize-my-queries-optimize-my-data) (Julian Hyde) +* 2017/11/14 [QCon](https://qconsf.com/) (San Francisco, USA) + * [AMA: SQL Over Streams, Ask the Experts](https://qconsf.com/sf2017/presentation/ama-sql-over-streams-ask-experts) (Julian Hyde) # Project Members
