vinishjail97 commented on code in PR #772:
URL: https://github.com/apache/incubator-xtable/pull/772#discussion_r2641700828


##########
xtable-core/src/test/java/org/apache/xtable/ITConversionController.java:
##########
@@ -227,8 +231,12 @@ private ConversionSourceProvider<?> 
getConversionSourceProvider(String sourceTab
   public void testVariousOperations(
       String sourceTableFormat, SyncMode syncMode, boolean isPartitioned) {
     String tableName = getTableName();
-    ConversionController conversionController = new 
ConversionController(jsc.hadoopConfiguration());
     List<String> targetTableFormats = getOtherFormats(sourceTableFormat);
+    if (sourceTableFormat.equals(PAIMON)) {

Review Comment:
   https://github.com/apache/incubator-xtable/issues/777 
   It's being discussed here.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to