danielcweeks commented on a change in pull request #277: Moving/Renaming hadoop 
module to filesystem
URL: https://github.com/apache/incubator-iceberg/pull/277#discussion_r304509971
 
 

 ##########
 File path: python/iceberg/core/util/__init__.py
 ##########
 @@ -15,6 +15,11 @@
 # specific language governing permissions and limitations
 # under the License.
 
-__all__ = ["AtomicInteger"]
+__all__ = ["AtomicInteger", "PackingIterator", "str_as_bool"]
 
 from .atomic_integer import AtomicInteger
+from .bin_packing import PackingIterator
+
+
+def str_as_bool(str_var):
 
 Review comment:
   I don't see this being used anywhere.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to