Skip to content
Snippets Groups Projects
  1. Nov 24, 2020
    • Yee's avatar
      Fix value to string in CI (#425) · 9e8b33db
      Yee authored
      * Value to string
      
      * Refactor subgraph check functions
      
      * Refine PathVal to_value
      
      * Check value type
      
      * Fix value to string
      
      * Fix space test cases
      
      * Address comments
      9e8b33db
  2. Nov 23, 2020
  3. Nov 20, 2020
  4. Nov 18, 2020
  5. Nov 17, 2020
  6. Nov 16, 2020
  7. Nov 15, 2020
  8. Nov 14, 2020
  9. Nov 13, 2020
  10. Nov 12, 2020
  11. Nov 11, 2020
  12. Nov 10, 2020
  13. Nov 09, 2020
  14. Nov 06, 2020
    • cpw's avatar
      Fix deduce type. (#397) · f93f3681
      cpw authored
      * Deduce subscript expression.
      
      * Deduce attribute expr.
      
      * Test deduce subscript expr.
      
      * Test deduce attribute.
      
      * Add go test.
      
      * Fix deduce map subscript.
      
      * Fix deduce label attribute.
      
      * Fix label expr test.
      
      * Fix subscript deduce and add test.
      
      * Rebase and add test.
      f93f3681
    • jimingquan's avatar
      redefine runtime input (#381) · 46f4d55a
      jimingquan authored
      * redefine runtime input
      
      * del exprProps from TraversalValidator
      
      * change the name of srcRef to originalSrc
      46f4d55a
  15. Nov 05, 2020
  16. Nov 04, 2020
  17. Nov 03, 2020
  18. Nov 02, 2020
  19. Oct 31, 2020
    • cpw's avatar
      Add match planners. (#376) · 9c83fc63
      cpw authored
      * Add match vertex index seek planner.
      
      * Add planners register.
      
      * Regist vertex index seek planner.
      
      * Add vertex id seek planner.
      
      * Regist match tag scan planner.
      
      * Add match ast context.
      
      * Implement match for vertex index seek planner
      
      * Implement transform for vertex index seek planner.
      
      * Implement match for vertex id seek planner.
      
      * Update match for vertex id seek planner.
      
      * Implement transform for vertex id seek planner.
      
      * Register all match planners.
      
      * Debug.
      
      * Add match solver.
      
      * Reuse codes.
      
      * Delete anno_ in match validator.
      
      * Fix clang compile error.
      
      * Rebase and fix.
      9c83fc63
    • laura-ding's avatar
      Add snapshot and job ci test and remove the mock dir (#276) · 77d52946
      laura-ding authored
      
      * add snapshot and job test
      
      * update
      
      * rebase upstream
      
      * address comment
      
      * fix show job id failed
      
      * modify to serial
      
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
      77d52946
    • jimingquan's avatar
      check duplicate props (#286) · 1664f6ad
      jimingquan authored
      
      * check duplicate props
      
      * remove useless code
      
      * add test case
      
      * fix error
      
      * check duplicate column name
      
      * little change
      
      * address comment
      
      * del useless code
      
      * fix test error
      
      * rebase
      
      * address comment
      
      * add comment
      
      * add test case
      
      Co-authored-by: default avatarcpw <13495049+CPWstatic@users.noreply.github.com>
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
      1664f6ad