Open ShefronYudy opened 1 year ago
Thanks for your pull request.
The authors of the following commits have not signed the Contributor License Agreement (CLA):
83e13959 | Update PrestoS3FileSystem.java
The LOG.debug("destination does not exist");
should be log.debug("destination does not exist");
, because the LOG
is parent FileSystem's reference.
Please check the FAQs first. You can click here to sign the CLA. After signing the CLA, you must comment "/check-cla" to check the CLA status again.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: ShefronYudy
To complete the pull request process, please assign haochending
You can assign the PR to them by writing /assign @haochending
in a comment when ready.
The full list of commands accepted by this bot can be found here.
Welcome @ShefronYudy!
It looks like this is your first PR to openlookeng/hetu-core 🎉.
You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.
You can also check if openlookeng/hetu-core has its own contribution guidelines. We want to make sure your contribution gets all the attention it needs!
Thank you, and welcome to MindSpore. :smiley:
/sync
@Nitin-Kashyap: sync pull request is restricted to collaborators
The
LOG.debug("destination does not exist");
should belog.debug("destination does not exist");
, because theLOG
is parent FileSystem's reference.What type of PR is this?
bug
What does this PR do / why do we need it:
When use LOG to print some messages, The log class of log message is not the current
PrestoS3FileSystem
, but the parent FileSystem.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewers: