Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coprocessor support in TiFlash #161

Merged
merged 105 commits into from
Oct 17, 2019
Merged

Add coprocessor support in TiFlash #161

merged 105 commits into from
Oct 17, 2019

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    aa92f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f37218 View commit details
    Browse the repository at this point in the history
  3. code refine

    windtalker committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    85bfd5c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    e1700c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f82665 View commit details
    Browse the repository at this point in the history
  3. rename Dag to DAG

    windtalker committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    a7655bc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Update tipb submodule

    zanmato1984 committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    f516f00 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Configuration menu
    Copy the full SHA
    3b520c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9591d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ead9609 View commit details
    Browse the repository at this point in the history
  4. merge pingcap/cop branch

    windtalker committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    bed0bd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Code reorg

    zanmato1984 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    526cad9 View commit details
    Browse the repository at this point in the history
  2. Format

    zanmato1984 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    be4d80c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. merge pingcap/cop

    windtalker committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    64a45a9 View commit details
    Browse the repository at this point in the history
  2. merge pingcap/cop

    windtalker committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    a76fdb3 View commit details
    Browse the repository at this point in the history
  3. Refine code

    zanmato1984 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    0cfe045 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9b216c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3617a87 View commit details
    Browse the repository at this point in the history
  6. Code refine

    zanmato1984 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    cb55df4 View commit details
    Browse the repository at this point in the history
  7. Merge master into cop

    zanmato1984 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    ed41c93 View commit details
    Browse the repository at this point in the history
  8. Refine code

    zanmato1984 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    08b7142 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc25942 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. fix cop test regression (#157)

    * fix cop test regression
    
    * address comments
    
    * format code
    windtalker authored and zanmato1984 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    059f267 View commit details
    Browse the repository at this point in the history
  2. fix npe during dag execute (#160)

    * fix cop test regression
    
    * address comments
    
    * format code
    
    * fix npe for dag execute
    
    * format code
    
    * address comment
    
    * add some comments
    windtalker authored and zanmato1984 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    e59e8f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a618cb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f797fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb51749 View commit details
    Browse the repository at this point in the history
  6. Fix build error

    zanmato1984 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    da1cb0e View commit details
    Browse the repository at this point in the history
  7. Fix build error

    zanmato1984 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    816ef4b View commit details
    Browse the repository at this point in the history
  8. Update flash configs

    zanmato1984 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    f18fcdd View commit details
    Browse the repository at this point in the history
  9. Format

    zanmato1984 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    2ade1cb View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    3870d93 View commit details
    Browse the repository at this point in the history
  2. throw exception when meet error duing cop request handling (#162)

    * fix cop test regression
    
    * address comments
    
    * format code
    
    * fix npe for dag execute
    
    * format code
    
    * address comment
    
    * add some comments
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add error code
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    windtalker authored and zanmato1984 committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    7cb9e71 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    5fe66ee View commit details
    Browse the repository at this point in the history
  2. add DAGContext so InterpreterDAG can exchange information with DAGDri…

    …ver (#166)
    
    * fix cop test regression
    
    * address comments
    
    * format code
    
    * fix npe for dag execute
    
    * format code
    
    * address comment
    
    * add some comments
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add error code
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add DAGContext so InterpreterDAG can exchange information with DAGDriver
    
    * fix bug
    
    * 1. refine code, 2. address comments
    
    * update comments
    windtalker authored and zanmato1984 committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    0174b7e View commit details
    Browse the repository at this point in the history
  3. columnref index is based on executor output schema (#167)

    * fix cop test regression
    
    * address comments
    
    * format code
    
    * fix npe for dag execute
    
    * format code
    
    * address comment
    
    * add some comments
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add error code
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add DAGContext so InterpreterDAG can exchange information with DAGDriver
    
    * fix bug
    
    * 1. refine code, 2. address comments
    
    * update comments
    
    * columnref index is based on executor output schema
    windtalker authored and zanmato1984 committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    9a1dd23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26e20d5 View commit details
    Browse the repository at this point in the history
  5. Merge cop lib

    zanmato1984 committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    bf67d9d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. DAG planner fix and mock dag request (#169)

    * Enhance dbg invoke and add dag as schemaful function
    
    * Add basic sql parse to dag
    
    * Column id starts from 1
    
    * Fix value to ref
    
    * Add basic dag test
    
    * Fix dag bugs and pass 1st mock test
    
    * Make dag go normal routine and add mock dag
    
    * Add todo
    
    * Add comment
    
    * Fix gcc compile error
    
    * Enhance dag test
    
    * Address comments
    zanmato1984 authored and windtalker committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    62ced38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b346a24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57cd382 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. handle error in cop request (#171)

    * fix cop test regression
    
    * address comments
    
    * format code
    
    * fix npe for dag execute
    
    * format code
    
    * address comment
    
    * add some comments
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add error code
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add DAGContext so InterpreterDAG can exchange information with DAGDriver
    
    * fix bug
    
    * 1. refine code, 2. address comments
    
    * update comments
    
    * columnref index is based on executor output schema
    
    * handle error in coprocessor request
    
    * refine code
    
    * use Clear to clear a protobuf message completely
    
    * refine code
    windtalker authored and zanmato1984 committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    4a76e91 View commit details
    Browse the repository at this point in the history
  2. code refine && several minor bug fix (#174)

    * fix cop test regression
    
    * address comments
    
    * format code
    
    * fix npe for dag execute
    
    * format code
    
    * address comment
    
    * add some comments
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add error code
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add DAGContext so InterpreterDAG can exchange information with DAGDriver
    
    * fix bug
    
    * 1. refine code, 2. address comments
    
    * update comments
    
    * columnref index is based on executor output schema
    
    * handle error in coprocessor request
    
    * refine code
    
    * use Clear to clear a protobuf message completely
    
    * refine code
    
    * code refine && several minor bug fix
    
    * address comments
    
    * address comments
    windtalker authored and zanmato1984 committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    2d093a8 View commit details
    Browse the repository at this point in the history
  3. Fix region id in mock dag

    zanmato1984 committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    c8cd3d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. support udf in (#175)

    * fix cop test regression
    
    * address comments
    
    * format code
    
    * fix npe for dag execute
    
    * format code
    
    * address comment
    
    * add some comments
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add error code
    
    * throw exception when meet error duing cop request handling
    
    * address comments
    
    * add DAGContext so InterpreterDAG can exchange information with DAGDriver
    
    * fix bug
    
    * 1. refine code, 2. address comments
    
    * update comments
    
    * columnref index is based on executor output schema
    
    * handle error in coprocessor request
    
    * refine code
    
    * use Clear to clear a protobuf message completely
    
    * refine code
    
    * code refine && several minor bug fix
    
    * address comments
    
    * address comments
    
    * support udf in
    
    * refine code
    
    * address comments
    
    * address comments
    windtalker authored and zanmato1984 committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    0492af6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a6bad8 View commit details
    Browse the repository at this point in the history
  3. 1. fix decode literal expr error, 2. add all scalar function sig in s…

    …calar_func_map (#177)
    
    * add all scalar function sig in scalarFunMap
    
    * fix literal expr decode
    
    * enable ltrim && rtrim
    
    * code refine
    
    * use throw instead of rethrow in DAGDriver.cpp
    windtalker authored and zanmato1984 committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    8713ff2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    7759af1 View commit details
    Browse the repository at this point in the history
  2. some bug fix (#179)

    * add all scalar function sig in scalarFunMap
    
    * fix literal expr decode
    
    * enable ltrim && rtrim
    
    * code refine
    
    * use throw instead of rethrow in DAGDriver.cpp
    
    * 1. fix decode UInt literal error, 2. support mysqlDecimal type
    
    * format code
    windtalker authored and zanmato1984 committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    b25d1cc View commit details
    Browse the repository at this point in the history
  3. Support all DAG operator types in mock SQL -> DAG parser (#176)

    * Enhance dbg invoke and add dag as schemaful function
    
    * Add basic sql parse to dag
    
    * Column id starts from 1
    
    * Fix value to ref
    
    * Add basic dag test
    
    * Fix dag bugs and pass 1st mock test
    
    * Make dag go normal routine and add mock dag
    
    * Add todo
    
    * Add comment
    
    * Fix gcc compile error
    
    * Enhance dag test
    
    * Address comments
    
    * Enhance mock sql -> dag compiler and add project test
    
    * Mock sql dag compiler support more expression types and add filter test
    
    * Add topn and limit test
    
    * Add agg for sql -> dag parser and agg test
    
    * Add dag specific codec
    
    * type
    
    * Update codec accordingly
    
    * Remove cop-test
    zanmato1984 authored and windtalker committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    3d38b7b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. filter column must be uint8 in tiflash (#180)

    * add all scalar function sig in scalarFunMap
    
    * fix literal expr decode
    
    * enable ltrim && rtrim
    
    * code refine
    
    * use throw instead of rethrow in DAGDriver.cpp
    
    * 1. fix decode UInt literal error, 2. support mysqlDecimal type
    
    * format code
    
    * filter column must be uint8 in tiflash
    
    * address comments
    
    * address comments
    
    * address comments
    
    * remove useless include
    windtalker authored and zanmato1984 committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    cbcfdb0 View commit details
    Browse the repository at this point in the history
  2. 1. fix encode null error, 2. fix empty field type generated by TiFlash (

    #182)
    
    * add all scalar function sig in scalarFunMap
    
    * fix literal expr decode
    
    * enable ltrim && rtrim
    
    * code refine
    
    * use throw instead of rethrow in DAGDriver.cpp
    
    * 1. fix decode UInt literal error, 2. support mysqlDecimal type
    
    * format code
    
    * filter column must be uint8 in tiflash
    
    * address comments
    
    * address comments
    
    * address comments
    
    * remove useless include
    
    * 1. fix encode null error, 2. fix empty field type generated by TiFlash
    windtalker authored and zanmato1984 committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    d87e2d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17f7fcb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. check validation of dag exprs field type (#183)

    * check validation of dag exprs field type
    
    * format code
    
    * address comments
    windtalker authored and zanmato1984 committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    5853b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6767a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    d53ca34 View commit details
    Browse the repository at this point in the history
  2. add more coprocessor mock tests (#185)

    * check validation of dag exprs field type
    
    * format code
    
    * address comments
    
    * add more filter test
    
    * add data type tests
    
    * remove useless comment
    
    * disable decimal test
    windtalker authored and zanmato1984 committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    5de0ec6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. add some log about implicit cast (#188)

    * check validation of dag exprs field type
    
    * format code
    
    * address comments
    
    * add more filter test
    
    * add data type tests
    
    * remove useless comment
    
    * disable decimal test
    
    * add some log about implicit cast
    
    * address comment
    windtalker authored and zanmato1984 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    6196171 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Configuration menu
    Copy the full SHA
    960cc56 View commit details
    Browse the repository at this point in the history
  2. Pass DAG tests after merging master (#199)

    * Enhance dbg invoke and add dag as schemaful function
    
    * Add basic sql parse to dag
    
    * Column id starts from 1
    
    * Fix value to ref
    
    * Add basic dag test
    
    * Fix dag bugs and pass 1st mock test
    
    * Make dag go normal routine and add mock dag
    
    * Add todo
    
    * Add comment
    
    * Fix gcc compile error
    
    * Enhance dag test
    
    * Address comments
    
    * Enhance mock sql -> dag compiler and add project test
    
    * Mock sql dag compiler support more expression types and add filter test
    
    * Add topn and limit test
    
    * Add agg for sql -> dag parser and agg test
    
    * Add dag specific codec
    
    * type
    
    * Update codec accordingly
    
    * Remove cop-test
    
    * Pass tests after merging master
    zanmato1984 authored Aug 24, 2019
    Configuration menu
    Copy the full SHA
    08bacd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Fix date/datetime/bit encode error (#200)

    * Enhance dbg invoke and add dag as schemaful function
    
    * Add basic sql parse to dag
    
    * Column id starts from 1
    
    * Fix value to ref
    
    * Add basic dag test
    
    * Fix dag bugs and pass 1st mock test
    
    * Make dag go normal routine and add mock dag
    
    * Add todo
    
    * Add comment
    
    * Fix gcc compile error
    
    * Enhance dag test
    
    * Address comments
    
    * Enhance mock sql -> dag compiler and add project test
    
    * Mock sql dag compiler support more expression types and add filter test
    
    * Add topn and limit test
    
    * Add agg for sql -> dag parser and agg test
    
    * Add dag specific codec
    
    * type
    
    * Update codec accordingly
    
    * Remove cop-test
    
    * Pass tests after merging master
    
    * Copy some changes from xufei
    
    * Enable date/datetime test
    
    * Enable date/datetime test
    
    * Refine code
    
    * Adjust date/datetime tiflash rep to UInt
    
    * Fix datetime to Int
    
    * Typo
    zanmato1984 authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    e8b4198 View commit details
    Browse the repository at this point in the history
  2. improve dag execution time collection (#202)

    * improve dag execution time collection
    
    * address comment
    
    * update comments
    
    * update comment
    
    * update comment
    windtalker authored and zanmato1984 committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    61cdc8f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    53dcd1f View commit details
    Browse the repository at this point in the history
  2. column id in table scan operator may be -1 (#205)

    * improve dag execution time collection
    
    * address comment
    
    * update comments
    
    * update comment
    
    * update comment
    
    * column id in table scan operator may be -1
    
    * column id in table scan operator may be -1
    windtalker authored and zanmato1984 committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    10e3883 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. quick fix for decimal encode (#210)

    * quick fix for decimal encode
    
    * address comments
    
    * update comments
    windtalker authored and zanmato1984 committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    39d1994 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. support udf like with 3 arguments (#212)

    * support udf like with 3 arguments
    
    * address comments
    
    * add some comments
    windtalker authored and zanmato1984 committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    8a0fb66 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Flash-473 optimize date and datetime comparison (#221)

    * support udf like with 3 arguments
    
    * address comments
    
    * add some comments
    
    * Flash-473 optimize date and datetime comparison
    
    * address comments
    windtalker authored and zanmato1984 committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    ff9a1de View commit details
    Browse the repository at this point in the history
  2. Merge master

    zanmato1984 committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    17aacde View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. FLASH-479 select from empty table throw error in tiflash (#223)

    * 1. select from empty table throw error in tiflash, 2. add some logs, 3. disable timestamp literal in DAG request
    
    * revert unrelated change
    windtalker authored and zanmato1984 committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    6b14b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    548e519 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    fce3676 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. FLASH-475: Support BATCH COMMANDS in flash service (#232)

    * Initial batch command support
    
    * Add config to control thread pool size
    
    * Address comments
    zanmato1984 authored and windtalker committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    a9f9b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ccfbd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. FLASH-483: Combine raft service and flash service (#235)

    * Combine raft service and flash service
    
    * Address comment and fix build error
    
    * Update configs
    zanmato1984 authored and windtalker committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    df07939 View commit details
    Browse the repository at this point in the history
  2. Merge master

    zanmato1984 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    99f26c0 View commit details
    Browse the repository at this point in the history
  3. Fix build error

    zanmato1984 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    0bb7991 View commit details
    Browse the repository at this point in the history
  4. Fix test regression

    zanmato1984 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    f41f853 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    259ec77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef65514 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. FLASH-490: Fix table scan with -1 column ID and no agg (#240)

    * Fix table scan with -1 column ID and no agg
    
    * Add break
    
    * Remove useless includes
    
    * Use dag context to store void ft instead of dag query source
    
    * Fix decimal type reverse get
    
    * Change adding smallest column to adding handle column, address comments
    zanmato1984 authored Sep 23, 2019
    Configuration menu
    Copy the full SHA
    708d52f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3656a95 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. throw error if the cop request is not based on full region scan (#247)

    * throw error if the cop request is not based on full region scan
    
    * format code
    windtalker authored and zanmato1984 committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    a4c1074 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    b57656c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. FLASH-437 Support time zone in coprocessor (#259)

    * do not allow timestamp literal in DAG request
    
    * refine code
    
    * fix cop date type encode error
    
    * support tz info in DAG request
    
    * address comments
    windtalker authored and zanmato1984 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3a43942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01caa55 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Address comment

    zanmato1984 committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    8d2576e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. FLASH-489 support key condition for coprocessor query (#261)

    * support key condition for coprocessor query
    
    * add tests
    
    * remove useless code
    
    * check validation when build RPNElement for function in/notIn
    
    * address comments
    
    * address comments
    windtalker authored and zanmato1984 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    d33a278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087faee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa2b58 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Refine service init (#265)

    zanmato1984 authored and windtalker committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    80f6f35 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. FLASH-554 cop check range should be based on region range (#270)

    * only return execute summaies if requested
    
    * cop check range should be based on region range
    
    * address comments
    
    * add tests
    
    * minor improve
    windtalker authored and zanmato1984 committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    f255362 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. minor improve (#273)

    windtalker authored Oct 11, 2019
    Configuration menu
    Copy the full SHA
    7fc53ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ad2d3 View commit details
    Browse the repository at this point in the history
  3. Fix mutex on timezone retrieval (#276)

    * fix mutex contention
    
    * add const ref
    ilovesoup2000 authored and zanmato1984 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    a1304ae View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Configuration menu
    Copy the full SHA
    687dcbe View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. address comment

    windtalker committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    939b8cf View commit details
    Browse the repository at this point in the history
  2. address comments

    windtalker committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    d25dadc View commit details
    Browse the repository at this point in the history
  3. address comments

    windtalker committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    4080fba View commit details
    Browse the repository at this point in the history
  4. Fix NULL order for dag (#281)

    zanmato1984 authored and windtalker committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    d2890e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    bc075c5 View commit details
    Browse the repository at this point in the history
  2. remove duplicate agg funcs (#283)

    * 1. remove duplicate agg funcs, 2. for column ref expr, change column_id to column_index since the value stored in column ref expr is not column id
    
    * bug fix
    windtalker authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    fbcbdc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. address comments

    windtalker committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    d968c09 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Update dbms/src/Flash/BatchCommandsHandler.cpp

    Co-Authored-By: JaySon <jayson.hjs@gmail.com>
    zanmato1984 and JaySon-Huang authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    4f58878 View commit details
    Browse the repository at this point in the history
  2. revert unnecessary changes

    windtalker committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    92c16c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8b92b4 View commit details
    Browse the repository at this point in the history