WangCHX opened a new issue, #5931:
URL: https://github.com/apache/hudi/issues/5931

   **_Tips before filing an issue_**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
   
   - Join the mailing list to engage in conversations and get faster support at 
[email protected].
   
   - If you have triaged this as a bug, then file an 
[issue](https://issues.apache.org/jira/projects/HUDI/issues) directly.
   
   **Describe the problem you faced**
   
   A clear and concise description of the problem.
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. spark.sql("select * from  db.table")
   2. it throws     raise Py4JJavaError(
   py4j.protocol.Py4JJavaError: An error occurred while calling o76.sql.
   : org.sparkproject.guava.util.concurrent.UncheckedExecutionException: 
org.apache.hudi.exception.HoodieException: 'path' or 'Key: 
'hoodie.datasource.read.paths' , default: null description: Comma separated 
list of file paths to read within a Hudi table. since version: version is not 
defined deprecated after: version is not defined)' or both must be specified.
   3. show create table db.table:
   CREATE TABLE `database`.`table`
     `day_partition` STRING)
   USING hudi
   PARTITIONED BY (day_partition)
   TBLPROPERTIES (
     'last_modified_time' = '1652218876',
     'last_modified_by' = 'admin',
     'last_commit_time_sync' = '20220613171202795')
   
   
   **Expected behavior**
   
   spark.sql("select * from  db.table") should return data.
   
   **Environment Description**
   
   * Hudi version : 0.10
   
   * Spark version : 3.1
   
   * Hive version : 
   
   * Hadoop version : 3.2.0
   
   * Storage (HDFS/S3/GCS..) : GCS
   
   * Running on Docker? (yes/no) : yes
   
   
   **Additional context**
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   


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