-
Notifications
You must be signed in to change notification settings - Fork 67
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
"redundant inputs" failure when calling -I included User Op #4701
Comments
Note to self: I called out this limitation in the User Ops docs, so make sure to remove that when this gets addressed. |
It also should be noted that this problem doesn't show up with the lake, which I guess is unsurprising since
|
Verified in Zed commit e03665e. I can now reference just the User Op that's in my included Zed and can make the call to it at the shell level without error.
I've opened #4831 to update the docs. Thanks @mattnibs! |
Repro is with Zed commit 7ba4ecc.
The following all work ok.
However, if I have just the User Op in my included Zed and attempt to make the call to it at the shell level, now I get an error.
I'd not be surprised if there's ways to trigger this that don't involve User Ops, but since I bumped into it accidentally while attempting some basic User Ops use cases, I'm opening it in that context.
The text was updated successfully, but these errors were encountered: