Skip to content

write_lance with create mode using namespace.create_table #38

@jackye1995

Description

@jackye1995

Currently we first write the table and then do register_table.

There are technically 2 other ways to do this:

  1. create_table with empty table, and then write data to it. One issue is that the table shows up before the data is fully written
  2. create_table which creates a running transaction to use, which allows Ray to write data and then commit the transaction at finish time.

Currently a basic namespace probably can only do 1, since the transaction part is not fully flushed out yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions