We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In /kyuubi/extensions/spark/kyuubi-extension-spark-3-3/src/main/scala/org/apache/kyuubi/sql/zorder, InsertZorderBeforeWriting33.scala is an improved version of InsertZorderBeforeWritingBase.scala. We can delete redundant code and improve code quality.
/kyuubi/extensions/spark/kyuubi-extension-spark-3-3/src/main/scala/org/apache/kyuubi/sql/zorder
InsertZorderBeforeWriting33.scala
InsertZorderBeforeWritingBase.scala
Delete the InsertZorderBeforeWritingBase.scala file.
The text was updated successfully, but these errors were encountered:
[KYUUBI apache#6554] Delete redundant code related to zorder
26de4fa
0f6d764
Successfully merging a pull request may close this issue.
Code of Conduct
Search before asking
What would you like to be improved?
In
/kyuubi/extensions/spark/kyuubi-extension-spark-3-3/src/main/scala/org/apache/kyuubi/sql/zorder
,InsertZorderBeforeWriting33.scala
is an improved version ofInsertZorderBeforeWritingBase.scala
. We can delete redundant code and improve code quality.How should we improve?
Delete the
InsertZorderBeforeWritingBase.scala
file.Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: