the-other-tim-brown commented on code in PR #480:
URL: https://github.com/apache/incubator-xtable/pull/480#discussion_r1721109300


##########
xtable-utilities/src/main/java/org/apache/xtable/utilities/RunSync.java:
##########
@@ -149,24 +150,45 @@ public static void main(String[] args) throws IOException 
{
           "Running sync for basePath {} for following table formats {}",
           table.getTableBasePath(),
           tableFormatList);
-      PerTableConfig config =
-          PerTableConfigImpl.builder()
-              .tableBasePath(table.getTableBasePath())
-              .tableName(table.getTableName())
+      Properties sourceProperties = new Properties();
+      if (table.getPartitionSpec() != null) {
+        sourceProperties.put(

Review Comment:
   it's not required if the table is non-partitioned. I have another set of 
changes to remove the need for this config altogether that I can open source in 
the future



-- 
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