-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Assess the correct use of ConcreteReadAttributePath
in the read call-path for the IM
#12049
Comments
Assigning this to you @erjiaqing since you're gonna be in this space a fair bit. |
Fwiw, I think |
#12067 fixes the obvious thing. Need to figure out how to share the path-expanding iterator between read and write paths before we can push things further. |
@bzbarsky-apple @mrjerryjohns is this needed for 1.0? If not, please remove the label. Thanks! |
I don't think the remaining work here is a 1.0 blocker, personally. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Already done. |
This PR introduces a
ConcreteReadAttributePath
that contains a list index. However, it adds the use of that fairly late in the call chain for handling a read (inside theReadSingleClusterData
function). We should assess where the right place for this to be is.The text was updated successfully, but these errors were encountered: