aboutsummaryrefslogtreecommitdiff
path: root/src/object_table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_table.rs')
-rw-r--r--src/object_table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object_table.rs b/src/object_table.rs
index a3a03372..c04a8090 100644
--- a/src/object_table.rs
+++ b/src/object_table.rs
@@ -92,7 +92,7 @@ pub struct ObjectTable {
}
#[async_trait]
-impl TableFormat for ObjectTable {
+impl TableSchema for ObjectTable {
type P = String;
type S = String;
type E = Object;