I recieve such error when trying to load data from...
# ask-ai
i
I recieve such error when trying to load data from ClickHouse:
Copy code
java.lang.RuntimeException: java.sql.SQLFeatureNotSupportedException: getResultSet not implemented
u
Based on the information provided in the knowledge sources, it seems like you're encountering an issue when trying to sync tables that contain a Byte type from ClickHouse to Postgres. This issue was reported on [Github](https://github.com/airbytehq/airbyte/issues/16928) where the user mentioned that the sync works without issues for other tables that don't have the Byte type. The error message
java.lang.RuntimeException: java.sql.SQLFeatureNotSupportedException: getResultSet not implemented
suggests that there might be a compatibility issue with the JDBC driver or the way the data is being fetched. Unfortunately, the knowledge sources do not provide a direct solution to this problem. It would be best to report this issue on the [Airbyte Github](https://github.com/airbytehq/airbyte/issues) or [Airbyte's discussion forum](https://discuss.airbyte.io/) for further assistance.