Hi Team, I am working to enable running queries above metadata tables through Hive. I was able to load the correct metadata table though the Catalogs, and I created the TableScan, but I am stuck there ATM.
What is the recommended way to get the Record-s for the Schema defined by the MetadataTable using the Java API? For data files we create our own readers, but I guess we already has some better way to do that for metadata. Any pointers would be welcome. Thanks, Peter