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
Just wondering how can I adapt the Stats-CEB with DeepDB? I found the schema in https://github.com/wuziniu/BayesCard/tree/advanced really helpful and merged the code for generating hdf files from this branch with original DeepDB implementation.
However, I encountered the error below because tables comments and votes have two fks outgoing edges for join, which is not natively supported by DeepDB: AssertionError: Currently, only single primary keys are supported for table with incoming edges
I wonder if you can guide me how to resolve this issue, and maybe the best is that I can ask for all turned code except the ones having license issues.
Thank you for help!
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the good work!
Just wondering how can I adapt the Stats-CEB with DeepDB? I found the schema in https://github.com/wuziniu/BayesCard/tree/advanced really helpful and merged the code for generating hdf files from this branch with original DeepDB implementation.
However, I encountered the error below because tables comments and votes have two fks outgoing edges for join, which is not natively supported by DeepDB:
AssertionError: Currently, only single primary keys are supported for table with incoming edges
I wonder if you can guide me how to resolve this issue, and maybe the best is that I can ask for all turned code except the ones having license issues.
Thank you for help!
The text was updated successfully, but these errors were encountered: