Ruslan Dautkhanov
Ruslan Dautkhanov
the link is broken
@hmaarrfk >> I'll try to put an example up for `scikit-image` in the next few weeks. Let me know if you have an example handy how to use conda outputs...
@hmaarrfk something like this - https://github.com/skvark/opencv-python/blob/45a77d6c6e24519de68e08f71742f078526623c4/setup.py#L64-L67 ? `opencv` has two packages `['cv2', 'cv2.data']` How do you reference this from conda?
Blindly replacing `=` to `IN (...)` even for a single-element lookups can actually cause regressions, depending on HMS backend. Worse performance: IN (...) can skip indexes or change query plans...
Separately, `spark.sql.hive.metastorePartitionPruningDirectInEnabled` is too long? I would not understand what this means. Perthaps `spark.sql.hive.metastore.directInPruning` or `spark.sql.hive.hms.directIn` is better? Just as an option