Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Jan 6, 2025
1 parent 45f9324 commit 6521a5f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ private void open() throws Exception {
LOG.info("Creating lookup table for {}.", table.name());
if (options.get(LOOKUP_CACHE_MODE) == LookupCacheMode.AUTO
&& new HashSet<>(table.primaryKeys()).equals(new HashSet<>(joinKeys))) {
String message =
String.format(
"{}={} and primary keys equal to join keys, trying to create PrimaryKeyPartialLookupTable.",
LOOKUP_CACHE_MODE.key(),
LookupCacheMode.AUTO);
if (isRemoteServiceAvailable(storeTable)) {
this.lookupTable =
PrimaryKeyPartialLookupTable.createRemoteTable(
Expand Down

0 comments on commit 6521a5f

Please sign in to comment.