xiarixiaoyao commented on issue #4135:
URL: https://github.com/apache/hudi/issues/4135#issuecomment-983331732


   @rubenssoto 
   two ways
   1):spark.sql("set hoodie.enable.data.skipping  = True") 
   2):df = spark.read.format("hudi").option("hoodie.enable.data.skipping", 
"True").load("/tmp/default/hilbert")
    then use sql/dataFrame to query


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to