Forum Discussion
Anonymous
2 years agoNot applicable
Mismatched minReaderVersion and readerFeatures
1. I used csv file to create table `bot` in lakehouse, it had 3 rows in the begining. 2. I created a notebook to get the latest id in table `bot`, the code is as below: # Welcome to yo...
- 2 years ago
Hi Anonymous ,
You can take a backup of the table and try to alter the property by running the SQL command below in Spark notebook:
ALTER TABLE <table-identifier> SET TBLPROPERTIES('delta.minReaderVersion' = '1', 'delta.minWriterVersion' = '3')
This might help to fix the issue.But as you said, this looks like a bug since it had been working in previous executions.
Anonymous
2 years agoNot applicable
Hi Anonymous , govindarajan_d
Apologies for the issue you have been facing. You are right. This is a bug and I got confirmation from the internal team that the fix is rolling in production and the ETA is end of this week across the world.
So try to rerun the pipelines on the tables next week and do let me know if you are still facing any issues.
Please let me know if you have any further questions.
rowrowrow2
2 years agoAdvocate I
I'm still getting this issue. I thought it was supposed to be fixed?