DataX icon indicating copy to clipboard operation
DataX copied to clipboard

fix:issue #1420 增加skipEmptyDir参数

Open delei opened this issue 1 year ago • 1 comments

fix: issue #1420 增加skipEmptyDir 参数。 默认为 true。当读取空目录时,跳过不抛出异常。如果需抛出异常则设置为 false

delei avatar May 07 '24 06:05 delei

met the same problem, skipEmptyDir is useful when u read HDFS by daily partitions, because sometimes there is no data in some partitions, it's not elegant to solve it in other script.

kyle-magic avatar Mar 31 '25 03:03 kyle-magic