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

Fengttt sl #20

Closed
wants to merge 4 commits into from
Closed

Fengttt sl #20

wants to merge 4 commits into from

Commits on Jul 8, 2024

  1. Adding wasm.

    Note: cannot name a file XXX_wasm.go.  Go build will treat this file as
    a wasm target.  Lots of mystic failures ...
    
    With this, we allow user to run WebAssembly, which essentially allow
    user to run a UDF written in any language.   This indeed make the
    dev flow a little bit longer/harder, but it is significantly easier
    than write plsql and debug plsql.
    
    Wasm function only takes string args.  One common way is to encode
    the args into a json string.  json_encode, concat_ws, group_concat
    is your friend.
    
    Return is a string as well.  jq and unnest can be used to decode
    json.
    fengttt committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1af2b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e4abd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. [enhancement] add concurrency when fetch objects of table (matrixorig…

    …in#17448)
    
    add concurrency when fetch objects of table
    
    Approved by: @daviszhen, @XuPeng-SH, @reusee
    volgariver6 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    55bf2c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a507788 View commit details
    Browse the repository at this point in the history