v6d
v6d copied to clipboard
Does the table structure in the vineyard java sdk need to be refactored?
Describe your problem
The data for a hive table can be stored in different files under the same folder. However, the hive tables currently stored on the vineyard are actually stored using multiple vineyard tables (one vineyard table per file). Do we need to refactor the vineyard sdk table structure to match the hive table structure?