- 
        Couldn't load subscription status. 
- Fork 44
Added new namespaces for icechunk #1189
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
base: icechunk2
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for starting work on this!
We should alter the top-level imports in __init__.py to import from these new namespaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the changes to this file should be in this PR - somethings gone wrong with your usage of git here 😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to raise the PR again with a fresh new fork, but the issue was still there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TomNicholas Should I raise PR on the main branch then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, definitely this should be against the icechunk2 branch. The question is how @paraseba's commit ended up there too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| RepositoryConfig, | ||
| initialize_logs, | ||
| set_logs_filter | ||
| ) No newline at end of file | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should also add the names to python's __all__ variable in each file.
| The usage of  | 
| 
 Yes I believe they are auto-generated from the rust code. | 
3e958c4    to
    6b8fc5f      
    Compare
  
    | 
 Yes, I actually branched out from  | 
5ca75da    to
    6b8fc5f      
    Compare
  
    | @TomNicholas I've the  | 
| return res | ||
|  | ||
|  | ||
| __all__ = [ | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
__all__ conventionally should go at the top of the file, just underneath the imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| @TomNicholas Can you please review and suggest the updates? | 
| @TomNicholas Can you help me out with this CI check? Its failing and I can't tell why? | 
| Don't worry about the Rust failures @Anu-Ra-g . Those are expected because you don't have permission to run with secrets. But the python lint issues are real | 
| @paraseba python checks are part of the  | 
| 
 If you install  | 
| 
 | 

This PR is part of for the fix #1172. I've added new namespaces in this PR as per this doc: #1179