vinishjail97 commented on code in PR #646: URL: https://github.com/apache/incubator-xtable/pull/646#discussion_r1952158986
########## xtable-core/src/main/java/org/apache/xtable/delta/DeltaConversionTarget.java: ########## @@ -66,9 +66,9 @@ import org.apache.xtable.spi.sync.ConversionTarget; public class DeltaConversionTarget implements ConversionTarget { - private static final String MIN_READER_VERSION = String.valueOf(1); + private static final String MIN_READER_VERSION = String.valueOf(3); Review Comment: Handle this gracefully by calling the function which upgrades version in delta codebase, this was the pending comment from the previous PR that wasn't addressed. https://github.com/apache/incubator-xtable/pull/428 -- 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: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org