You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constructing table schema for table Sunny
ERROR: function create_distributed_table(unknown, unknown) does not exist
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
Position: 8
Closing database connections
I appears to me that I need to create the create_distributed_table db function in order for this program to work with --citus parameter
I am having this error below:
I appears to me that I need to create the
create_distributed_tabledb function in order for this program to work with --citus parameter