-
Notifications
You must be signed in to change notification settings - Fork 318
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
batch: replace the deprecated registerTempTable() to reslove the compile warning #1407
Labels
good first issue
Good for newcomers
Comments
this issue belongs to our Contributor Challenges program, you can redeem your rewards after your PR is merged. |
lumianph
changed the title
batch: replace registerTempTable() to reslove the compile warning
batch: replace the deprecated registerTempTable() to reslove the compile warning
May 5, 2022
把registerTempTable替换为createOrReplaceTempView即可~ |
pls bring your PR :-D @wangxinyu666666 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can reproduce the issue by compiling java modules with
mvn clean package
.The text was updated successfully, but these errors were encountered: