-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error parsing character varying data (postgres) #960
Labels
lightweight
Issues related to Lightweight version
not reproducible
Cannot reproduce the bug.
postgres
Issues related to PostgreSQL
Milestone
Comments
subkanthi
added
lightweight
Issues related to Lightweight version
postgres
Issues related to PostgreSQL
labels
Dec 18, 2024
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
lightweight
Issues related to Lightweight version
not reproducible
Cannot reproduce the bug.
postgres
Issues related to PostgreSQL
character varying(255) we have data like "Payment of 888884444524 (BK:BK_MTN_MOMO_PULL)" . So if there are brackets in the data it is throwing below error:
2024-12-17 17:03:37.191 INFO - ****** Thread: Sink Connector thread-pool-1 Batch Size: 150000 ******
2024-12-17 17:03:37.227 ERROR - ClickHouseBatchRunnable exception - Task(0)
java.util.UnknownFormatConversionException: Conversion = ')'
at java.util.Formatter.parse(Formatter.java:2750) ~[?:?]
at java.util.Formatter.format(Formatter.java:2671) ~[?:?]
at java.util.Formatter.format(Formatter.java:2625) ~[?:?]
at java.lang.String.format(String.java:4140) ~[?:?]
at com.altinity.clickhouse.sink.connector.executor.ClickHouseBatchRunnable.processRecordsByTopic(ClickHouseBatchRunnable.java:307) ~[app.jar:?]
at com.altinity.clickhouse.sink.connector.executor.ClickHouseBatchRunnable.run(ClickHouseBatchRunnable.java:188) [app.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
2024-12-17 17:03:50.169 INFO - ****** Thread: Sink Connector thread-pool-1 Batch Size: 150000 ******
The text was updated successfully, but these errors were encountered: