-
Updated
Apr 8, 2022
big-data
Here are 2,939 public repositories matching this topic...
-
Updated
Apr 26, 2022 - C++
-
Updated
Apr 3, 2022 - Python
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Jan 9, 2021 - Scala
-
Updated
Mar 17, 2022 - Scala
-
Updated
Jan 2, 2022
Problem:
_catboost.pyx in _catboost._set_features_order_data_pd_data_frame()
_catboost.pyx in _catboost.get_cat_factor_bytes_representation()
CatBoostError: Invalid type for cat_feature[non-default value idx=1,feature_idx=336]=2.0 : cat_features must be integer or string, real number values and NaN values should be converted to string.
Could you also print a feature name, not o
-
Updated
Apr 25, 2022 - Jupyter Notebook
-
Updated
Apr 26, 2022 - Go
-
Updated
Apr 26, 2022 - Java
Instead of creating on the fly an Iceberg table with Trino and run queries against it, use static resources for setting up an Iceberg test environment which can be used to read Iceberg v1 / v2 tables and guard trino-iceberg plugin against regresssions.
Related discussion: trinodb/trino#11642 (comment)
-
Updated
Apr 25, 2022 - Erlang
-
Updated
Apr 25, 2022 - JavaScript
Add --add-exports jdk.management/com.ibm.lang.management.internal only when OpenJ9 detected.
Otherwise we got WARNING: package com.ibm.lang.management.internal not in jdk.management in logs
-
Updated
Oct 28, 2021 - Python
Can we add functions to DeltaTable to perform optimization in pyspark ?
Or is there any other way to do in the delta release 1.2.0 ?
-
Updated
Apr 25, 2022 - Java
... to make it easier to read Vespa documentation on an e-reader / offline
Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)
-
Updated
Feb 5, 2022 - JavaScript
Use case:
As an admin user - without access to a super user - I still want to be able to run ANAYLZE.
note: it is already possible to adjust stats.service.interval and indirectly trigger ANALYZE
Feature description:
ANALYZE is allowed with AL privileges.
https://crate.io/docs/crate/reference/en/4.7/sql/statements/analyze.html
Improve this page
Add a description, image, and links to the big-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the big-data topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Many static type checkers have issues finding Cython's stubs.
Here is from running mypy on my current project:
The same issue can be seen when using
import Cython as cython: