10000 Unknown store when deleting table · Issue #766 · atoti/atoti · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Unknown store when deleting table #766
Open
@HuifangYeo

Description

@HuifangYeo

Steps to reproduce

  1. Try naming columns during read_csv and encountered an error because the key was set using the original name.
AtotiJavaException: Field OrderId does not exist in store orders Recommended action: Use one of the following fields: [Order Id, Order Date, Quantity Sold, Selling Price Per Unit, Shipper Name, Product Id]
  1. Proceed to correct the key but encounters another error.
AtotiJavaException: A store with the name orders already exists! 
If you want to recreate this store,you will have to re-create the session.
  1. Tried to delete the table since it says the store already exists. This results in another error:
[404] Unknown store orders

Is the correct way to re-create the session and not by deleting the table?

Sample notebook: example.zip

Environment

  • atoti: 0.7.3
  • Python: 3.9.13
  • Operating system: win32

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugunexpected or wrong behavior⏳ waiting dependencyinternal dependency development required

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0