kazdy opened a new pull request, #162:
URL: https://github.com/apache/hudi-rs/pull/162

   ## Description
   
   resolves: #150 
   
   This allows datafusion users to register an external hudi table and query it 
like so:
   ```sql
   CREATE EXTERNAL TABLE trips STORED AS HUDITABLE LOCATION tbl/path;
   SELECT * FROM trips;
   ```
   
   ## How are the changes test-covered
   
   - [ ] N/A
   - [ ] Automated tests (unit and/or integration tests)
   - [ ] Manual tests
     - [ ] Details are described below
   


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