apache / shardingsphere

Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases.
Apache License 2.0
19.97k stars 6.75k forks source link

Update the sub classes of TextProtocolBackendHandler #8241

Closed kimmking closed 3 years ago

kimmking commented 3 years ago

As method getRowData in TextProtocolBackendHandler has been modified, return type from list to collection. Before:

public List<Object> getRowData();

After:

public Collection<Object> getRowData();

But all sub classes have not updated to Collection type as follow:

You should pick up one and

  1. modify getRowData return type to Collection
  2. remove useless imports
  3. mvn clean package to ensure all test work well
  4. submit a pr to this repo with a certain title: Update the sub class[your update class name here] of TextProtocolBackendHandler
  5. buddies, good luck and move on.

    It's the result:

    
    1. @sydgeek           1
    2. @Duelist-Fiora   2
    3. @zenglinhui       3
    4. @abysscat-yj     4
    5. @guojia1698      5
    6. @Jlif                     6
    7. @sharpzhango   7
    8. @plutokaito        8
    9. @zhangwei1989 9
    10. @lxl910128       10
    11. @cutieagain       11
    12. @sciatta              12
    13. @Wincher           13
    
    Wincher commented 3 years ago

    get 13

    Jlif commented 3 years ago

    take 6.ShardingCTLSetBackendHandler

    plutokaito commented 3 years ago

    get 8

    zhangwei1989 commented 3 years ago

    take mission 9

    whisper2u commented 3 years ago

    get 7

    lxl910128 commented 3 years ago

    get 10.SkipBackendHandler

    Duelist-Fiora commented 3 years ago

    get 2

    cutieagain commented 3 years ago

    get 11

    onlyonezhongjinhui commented 3 years ago

    take 13.UseDatabaseBackendHandler

    zenglinhui commented 3 years ago

    get 3

    tangtian8 commented 3 years ago

    get 8

    sydgeek commented 3 years ago

    take 1.BroadcastBackendHandler

    sciatta commented 3 years ago

    get 12

    mcnultyboy commented 3 years ago

    get 6

    guojia1698 commented 3 years ago

    get 5

    branchen commented 3 years ago

    get 12

    abysscat-yj commented 3 years ago

    get 4

    Lin1nGithub commented 3 years ago

    get6

    dongguabai commented 3 years ago

    get 1

    kimmking commented 3 years ago

    Other buddies may be waiting next time.