flink-connector-jdbc
flink-connector-jdbc copied to clipboard
Apache flink
- Introduce `getLatestOptionalState` & `setOptionalState` for `JdbcParameterValuesProvider` to process provider state. - Introduce `SlideTimingParamameterProvider` for supporting continuous splits - Introduce streaming semantic based on `ResultSet.TYPE_SCROLL_INSENSITIVE` - Introduce `JdbcSourceStreamRelatedITCase` for testing.
the branch cut for v3.1 was not prepared for 1.19 versions in another PR we introduce this check, but I think that should be avoided as the cut is not...
Fix JdbcXaSinkTestBase fails in weekly workflows
As docs 'https://www.postgresql.org/docs/current/sql-insert.html', when we use ON CONFLICT, Update clause must EXCLUDED unique index. Or it will throw exceptions.like " modification of distribution columns in OnConflictUpdate is not supported Call...
Feature: New JBDC connector dialect - connect to Snowflake. Testing: As Snowflake is a SAAS offering, I did not provide any tests for it. We don't want to incur any...
I have redone the Fix from #5 because no more action is going on there. I updated to the latest version of the main branch and also added the needed...
https://issues.apache.org/jira/browse/FLINK-30702
Changes: 1. Remove dead links in document.