JingsongLi opened a new pull request, #5848:
URL: https://github.com/apache/paimon/pull/5848

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
   
   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   After the object table was developed, almost no one used it. Object Table is 
a real Paimon table, it requires a refresh service to refresh the metadata of 
files, which is difficult to complete in operation.
   
   In fact, we don't need to refresh it, and accessing the file system directly 
during reading is not a bad thing.
   
   This discussion discusses whether it is possible to transform an object 
table into a virtual existence. Users can:
   
   1. Use the virtual file system to read and write files.
   2. Or use the SQL computing engine to read it as a structured file list.
   
   On this basis, we can develop virtual file systems, such as through similar 
approaches vfs://catalog_name/database_name/table_name/ Use the path to access 
files in the specific object table.
   
   By using this method, we can integrate file operations on object tables with 
the permission system of data catalogs.
   
   <!-- What is the purpose of the change -->
   
   ### Tests
   
   <!-- List UT and IT cases to verify this change -->
   
   ### API and Format
   
   <!-- Does this change affect API or storage format -->
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   


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