You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid the requirement that all rewriters in PartiQL inherit from a base that itself inherits from the PIG-generated PartiqlAst.VisitorTransform, we should emit such checks in strategic places of generated Kotlin code.
This was implicitly pointed out in a question from Almann in this comment: Thread.interrupted() @almann in #398 (comment)_
The text was updated successfully, but these errors were encountered:
To avoid the requirement that all rewriters in PartiQL inherit from a base that itself inherits from the PIG-generated
PartiqlAst.VisitorTransform
, we should emit such checks in strategic places of generated Kotlin code.This was implicitly pointed out in a question from Almann in this comment:
Thread.interrupted()
@almann in #398 (comment)_
The text was updated successfully, but these errors were encountered: