hudi-bot opened a new issue, #16158:
URL: https://github.com/apache/hudi/issues/16158

   CHANGE:
   
   # pyspark
   self.spark.read.format("hudi"). \
       load(basePath). \
       select(["uuid", "partitionpath"]). \
       sort(["partitionpath", "uuid"]). \
       show(n=100, truncate=False) \
   
   TO:
   
   # pyspark
   spark.read.format("hudi"). \
       load(basePath). \
       select(["uuid", "partitionpath"]). \
       sort(["partitionpath", "uuid"]). \
       show(n=100, truncate=False)
    
   
    
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-6685
   - Type: Bug


-- 
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]

Reply via email to