Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshi-yb committed Jan 8, 2025
1 parent 16399c4 commit 891cddf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pg-13-migtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
version: [2024.2.0.0-b145, 2.20.8.0-b53, 2024.1.3.1-b8, 2.23.1.0-b220]
BETA_FAST_DATA_EXPORT: [1]
BETA_FAST_DATA_EXPORT: [0, 1]
test_group:
- offline
- live_basic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ public void converterFor(RelationalColumn column,
break;

}
LOGGER.info("column={}", column);
LOGGER.info("registration={}", registration);
switch (column.typeName()) {
case "tsvector":
case "tsquery":
case "hstore":
registration.register(SchemaBuilder.string(), this::stringify);
break;
}
Expand Down
4 changes: 0 additions & 4 deletions migtests/scripts/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ main() {
echo "Error: pg_dump version not found in the log file." >&2
fi
fi

cat ${EXPORT_DIR}/data/hstore_example_data.sql
cat ${EXPORT_DIR}/data/schemas/source_db_exporter/hstore_example_schema.json
cat ${EXPORT_DIR}/logs/debezium-source_db_exporter.log

step "Fix data."
if [ -x "${TEST_DIR}/fix-data" ]
Expand Down
2 changes: 1 addition & 1 deletion yb-voyager/src/dbzm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ debezium.source.connector.class=io.debezium.connector.postgresql.PostgresConnect
debezium.source.database.dbname=%s
debezium.source.schema.include.list=%s
debezium.source.plugin.name=pgoutput
debezium.source.hstore.handling.mode=json
debezium.source.hstore.handling.mode=map
debezium.source.converters=postgres_to_yb_converter
debezium.source.postgres_to_yb_converter.type=io.debezium.server.ybexporter.PostgresToYbValueConverter
debezium.source.provide.transaction.metadata=true
Expand Down

0 comments on commit 891cddf

Please sign in to comment.