Skip to content

Rewrite Java API Table.readJSON to return the output from libcudf read_json directly #495

Rewrite Java API Table.readJSON to return the output from libcudf read_json directly

Rewrite Java API Table.readJSON to return the output from libcudf read_json directly #495

Workflow file for this run

name: "Auto Assign PR"
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
assignees: ${{ github.actor }}