1. 08 3月, 2016 1 次提交
  2. 09 3月, 2016 1 次提交
  3. 08 3月, 2016 3 次提交
  4. 05 3月, 2016 5 次提交
  5. 04 3月, 2016 6 次提交
  6. 03 3月, 2016 6 次提交
  7. 02 3月, 2016 12 次提交
  8. 01 3月, 2016 3 次提交
  9. 29 2月, 2016 3 次提交
    • P
      Fix disorder issue when selecting from views with order-by clauses · 0be2e5b0
      Pengzhou Tang 提交于
      When applying motion, a merge other than normal gather motion should
      be added on the top node if it has sort list, this can make sure that
      tuples are still in order after gathered to QD. Only checking if top
      level parsetree has sort clauses may miss the implicit order constraint
      in a view
      0be2e5b0
    • J
      fix rpath of bianry to correct value. · b9d8b615
      Jasper Li 提交于
      The old value of rpath is an absolute path on build host, which is
      not exist on target machine. Change it to relative path.
      After this commit, LD_LIBRARY_PATH could be removed. Problem is that
      we still have a lot of extra dependency for enterprise building, so
      LD_LIBRARY_PATH is still kept.
      b9d8b615
    • J
      Integrate S3 readable external table extentions. · bd33db65
      Jasper Li 提交于
      This is first release and doesn't support write operation.
      S3 has its own unittest with gtest
      bd33db65