Re: [I] [Bug]: Unable to Restart Google Spanner Change Streams Consumer due to tableExists(table_name) bug [beam]
NimzyMaina commented on issue #32509: URL: https://github.com/apache/beam/issues/32509#issuecomment-2380689532 @dedocibula Apologies, which comment are you refereeing to? I don't see a comment from your account on the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Unable to Restart Google Spanner Change Streams Consumer due to tableExists(table_name) bug [beam]
dedocibula commented on issue #32509: URL: https://github.com/apache/beam/issues/32509#issuecomment-2379643149 Right, added a comment to your PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Unable to Restart Google Spanner Change Streams Consumer due to tableExists(table_name) bug [beam]
NimzyMaina commented on issue #32509: URL: https://github.com/apache/beam/issues/32509#issuecomment-2378523025 @dedocibula Yes I'm using Postgres dialect. `table_schema ` has been set to "public" & `table_catalog` has been set to the name of the DB. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Unable to Restart Google Spanner Change Streams Consumer due to tableExists(table_name) bug [beam]
dedocibula commented on issue #32509: URL: https://github.com/apache/beam/issues/32509#issuecomment-2377437379 Are you using Postgres dialect by any chance? If so are you seeing table_schema set to public? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Unable to Restart Google Spanner Change Streams Consumer due to tableExists(table_name) bug [beam]
nielm commented on issue #32509: URL: https://github.com/apache/beam/issues/32509#issuecomment-2366829586 @shuranzhang -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Unable to Restart Google Spanner Change Streams Consumer due to tableExists(table_name) bug [beam]
NimzyMaina commented on issue #32509: URL: https://github.com/apache/beam/issues/32509#issuecomment-2364248943 Hi @nielm, Thanks for your quick response. I understand that may be the case. If they can come up with a quick solution that will factor that in then that would be great. However, if that will take a bit of time, could we please have this added as an intermediate solution. As the SDK is right now, it's not usable. This solution will allow people to use the SDK as we await for a permanent solution. If this is still not acceptable, can we please have something like this instead that will not throw an Exception on restart? ```sql CREATE TABLE IF NOT EXISTS metadata_table ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Unable to Restart Google Spanner Change Streams Consumer due to tableExists(table_name) bug [beam]
nielm commented on issue #32509: URL: https://github.com/apache/beam/issues/32509#issuecomment-2364050222 The fix may have to be more complicated than the suggested solution, as it is possible to have multiple schemas in a spanner database. I have handed this over to the team responsible for maintaining SpannerIO Change streams. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Unable to Restart Google Spanner Change Streams Consumer due to tableExists(table_name) bug [beam]
nielm commented on issue #32509: URL: https://github.com/apache/beam/issues/32509#issuecomment-2363150950 cc: @thiagotnunes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug]: Unable to Restart Google Spanner Change Streams Consumer due to tableExists(table_name) bug [beam]
liferoad commented on issue #32509: URL: https://github.com/apache/beam/issues/32509#issuecomment-2362336087 cc @nielm -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org