Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whitelist rpy2 #2033

Merged
merged 3 commits into from
Jul 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 124 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -20614,6 +20614,130 @@
"rich": {
"rich": []
},
"rpds-py": {
"rpds": []
},
"rpy2": {
"_rinterface_cffi_abi": [],
"rpy2": [],
"rpy2._rinterface_cffi_build": [],
"rpy2.interactive": [],
"rpy2.interactive.packages": [],
"rpy2.interactive.process_revents": [],
"rpy2.ipython": [],
"rpy2.ipython.ggplot": [],
"rpy2.ipython.html": [],
"rpy2.ipython.rmagic": [],
"rpy2.rinterface": [],
"rpy2.rinterface_lib": [],
"rpy2.rinterface_lib._rinterface_capi": [],
"rpy2.rinterface_lib.bufferprotocol": [],
"rpy2.rinterface_lib.callbacks": [],
"rpy2.rinterface_lib.conversion": [],
"rpy2.rinterface_lib.embedded": [],
"rpy2.rinterface_lib.embedded_mswin": [],
"rpy2.rinterface_lib.ffi_proxy": [],
"rpy2.rinterface_lib.memorymanagement": [],
"rpy2.rinterface_lib.na_values": [],
"rpy2.rinterface_lib.openrlib": [],
"rpy2.rinterface_lib.sexp": [],
"rpy2.rlike": [],
"rpy2.rlike.container": [],
"rpy2.rlike.functional": [],
"rpy2.rlike.indexing": [],
"rpy2.robjects": [],
"rpy2.robjects.constants": [],
"rpy2.robjects.conversion": [],
"rpy2.robjects.environments": [],
"rpy2.robjects.functions": [],
"rpy2.robjects.help": [],
"rpy2.robjects.language": [],
"rpy2.robjects.lib": [],
"rpy2.robjects.lib.dbplyr": [],
"rpy2.robjects.lib.dplyr": [],
"rpy2.robjects.lib.ggplot2": [],
"rpy2.robjects.lib.grdevices": [],
"rpy2.robjects.lib.grid": [],
"rpy2.robjects.lib.tidyr": [],
"rpy2.robjects.methods": [],
"rpy2.robjects.numpy2ri": [],
"rpy2.robjects.packages": [],
"rpy2.robjects.packages_utils": [],
"rpy2.robjects.pandas2ri": [],
"rpy2.robjects.robject": [],
"rpy2.robjects.vectors": [],
"rpy2.situation": [],
"rpy2.tests": [],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rpy2.tests are irrelevant for the production code

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

"rpy2.tests.ipython": [],
"rpy2.tests.ipython.test_ggplot": [],
"rpy2.tests.ipython.test_html": [],
"rpy2.tests.ipython.test_rmagic": [],
"rpy2.tests.rinterface": [],
"rpy2.tests.rinterface.test_bufferprotocol": [],
"rpy2.tests.rinterface.test_callbacks": [],
"rpy2.tests.rinterface.test_conversion": [],
"rpy2.tests.rinterface.test_embedded_r": [],
"rpy2.tests.rinterface.test_endr": [],
"rpy2.tests.rinterface.test_environment": [],
"rpy2.tests.rinterface.test_externalptr": [],
"rpy2.tests.rinterface.test_functions": [],
"rpy2.tests.rinterface.test_memorymanagement": [],
"rpy2.tests.rinterface.test_na": [],
"rpy2.tests.rinterface.test_noinitialization": [],
"rpy2.tests.rinterface.test_openrlib": [],
"rpy2.tests.rinterface.test_sexp": [],
"rpy2.tests.rinterface.test_symbol": [],
"rpy2.tests.rinterface.test_threading": [],
"rpy2.tests.rinterface.test_vector_bool": [],
"rpy2.tests.rinterface.test_vector_byte": [],
"rpy2.tests.rinterface.test_vector_complex": [],
"rpy2.tests.rinterface.test_vector_float": [],
"rpy2.tests.rinterface.test_vector_int": [],
"rpy2.tests.rinterface.test_vector_lang": [],
"rpy2.tests.rinterface.test_vector_list": [],
"rpy2.tests.rinterface.test_vector_numpy": [],
"rpy2.tests.rinterface.test_vector_pairlist": [],
"rpy2.tests.rinterface.test_vector_str": [],
"rpy2.tests.rinterface.test_vectors": [],
"rpy2.tests.rlike.test_container": [],
"rpy2.tests.rlike.test_functional": [],
"rpy2.tests.rlike.test_indexing": [],
"rpy2.tests.robjects": [],
"rpy2.tests.robjects.lib": [],
"rpy2.tests.robjects.lib.test_dbplyr": [],
"rpy2.tests.robjects.lib.test_dplyr": [],
"rpy2.tests.robjects.lib.test_ggplot2": [],
"rpy2.tests.robjects.lib.test_grdevices": [],
"rpy2.tests.robjects.lib.test_grid": [],
"rpy2.tests.robjects.lib.test_tidyr": [],
"rpy2.tests.robjects.test_array": [],
"rpy2.tests.robjects.test_conversion": [],
"rpy2.tests.robjects.test_conversion_numpy": [],
"rpy2.tests.robjects.test_dataframe": [],
"rpy2.tests.robjects.test_environment": [],
"rpy2.tests.robjects.test_formula": [],
"rpy2.tests.robjects.test_function": [],
"rpy2.tests.robjects.test_help": [],
"rpy2.tests.robjects.test_language": [],
"rpy2.tests.robjects.test_methods": [],
"rpy2.tests.robjects.test_packages": [
{
"code": "legacy-context-in-shared-clusters",
"message": "sc is not supported on UC Shared Clusters. Rewrite it using spark"
}
],
"rpy2.tests.robjects.test_packages_utils": [],
"rpy2.tests.robjects.test_pandas_conversions": [],
"rpy2.tests.robjects.test_robjects": [],
"rpy2.tests.robjects.test_rs4": [],
"rpy2.tests.robjects.test_serialization": [],
"rpy2.tests.robjects.test_translated_function": [],
"rpy2.tests.robjects.test_vector": [],
"rpy2.tests.robjects.test_vector_datetime": [],
"rpy2.tests.robjects.test_vector_extractdelegator": [],
"rpy2.tests.robjects.test_vector_factor": [],
"rpy2.tests.utils": []
},
"rsa": {
"rsa": []
},
Expand Down
Loading