Shopify -> BigQuery Denormalized fails with : java.util.regex.PatternSyntaxException: Stack overflow during pattern compilation near index 10 #4778
Labels
area/connectors
Connector related issues
connectors/destination/bigquery-denormalized
connectors/destinations-api
connectors/source/shopify
connectors/sources-api
lang/java
type/bug
Something isn't working
Enviroment
Current Behavior
Shopify orders table does not sync to bigQuery and the job hangs.
it tries to sync customers then this exception is thrown, after that orders starts but just hangs..
Expected Behavior
Shopify orders and customers table should sync to bigQuery
Logs
Uploaded logs with the stack trace, here is a bit though:
2021-07-16 02:38:17 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Starting syncing SourceShopify
2021-07-16 02:38:17 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Syncing stream: customers
2021-07-16 02:38:18 ERROR () LineGobbler(voidCall):85 - Exception in thread "main" java.util.regex.PatternSyntaxException: Stack overflow during pattern compilation near index 10
2021-07-16 02:38:18 ERROR () LineGobbler(voidCall):85 - [^\p{Alnum}_]
2021-07-16 02:38:18 ERROR () LineGobbler(voidCall):85 - ^
2021-07-16 02:38:18 ERROR () LineGobbler(voidCall):85 - at java.base/java.util.regex.Pattern.error(Pattern.java:2029)
2021-07-16 02:38:18 ERROR () LineGobbler(voidCall):85 - at java.base/java.util.regex.Pattern.(Pattern.java:1433)
2021-07-16 02:38:18 ERROR () LineGobbler(voidCall):85 - at java.base/java.util.regex.Pattern.compile(Pattern.java:1070)
2021-07-16 02:38:18 ERROR () LineGobbler(voidCall):85 - at java.base/java.lang.String.replaceAll(String.java:2141)
....
LOG
logs-7-0.txt
logs uploaded
Steps to Reproduce
when I use the GCP destination (not the denormalized) the issue does not occur.
Are you willing to submit a PR?
Sure
logs-7-0.txt
The text was updated successfully, but these errors were encountered: