-
Notifications
You must be signed in to change notification settings - Fork 638
Make it possible to return skiff from dq #1765
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
Conversation
Hi! Thank you for contributing! |
⚪
|
⚪
|
class TDqExecTransformer: public TExecTransformerBase, TCounters | ||
{ | ||
public: | ||
TDqExecTransformer(const TDqStatePtr& state) | ||
TDqExecTransformer(const TDqStatePtr& state, const ISkiffConverterPtr& skiffConverter) |
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.
The second constructor argument looks foreign. But I don't know how to do it better.
Changelog entry
For use in yt yql dq
Changelog category