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

Unknown store when deleting table #766

Open
HuifangYeo opened this issue Mar 8, 2023 · 1 comment
Open

Unknown store when deleting table #766

HuifangYeo opened this issue Mar 8, 2023 · 1 comment
Labels
🐛 bug unexpected or wrong behavior ⏳ waiting dependency internal dependency development required

Comments

@HuifangYeo
Copy link
Contributor

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
@HuifangYeo HuifangYeo added the 🐛 bug unexpected or wrong behavior label Mar 8, 2023
@tibdex
Copy link
Member

tibdex commented Mar 8, 2023

Hi, this is tracked in an internal server ticket.

@tibdex tibdex added the ⏳ waiting dependency internal dependency development required label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug unexpected or wrong behavior ⏳ waiting dependency internal dependency development required
Projects
None yet
Development

No branches or pull requests

2 participants