Aggarwal-Raghav commented on code in PR #6100:
URL: https://github.com/apache/hive/pull/6100#discussion_r2376473574


##########
data/scripts/cat.py:
##########
@@ -16,6 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+from __future__ import print_function

Review Comment:
   Based on my undestanding this import makes the Python 2 print statement 
behave like the Python 3 `print()` function. As you have anyways moved to 
`print()`, is this import really required?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to