taisenki commented on issue #4477:
URL: https://github.com/apache/hudi/issues/4477#issuecomment-1004467354


   @nsivabalan result like this:
   ```
   scala> spark.read.format("hudi").load(tablePath).where("id = 
'225709893'").select("data_date").where("data_date = '2018/09/23'").show
   22/01/04 09:35:09 WARN lineage.LineageWriter: Lineage directory 
/var/log/spark/lineage doesn't exist or is not writable. Lineage for this 
application will be disabled.
   22/01/04 09:35:27 WARN util.Utils: Truncated the string representation of a 
plan since it was too large. This behavior can be adjusted by setting 
'spark.debug.maxToStringFields' in SparkEnv.conf.
   +---------+                                                                  
   
   |data_date|
   +---------+
   +---------+
   
   
   scala>
   ```


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