-
Thank you so much for your contribution.
I just have two main concerns.
**Issue While Using Java 8**
Unfortunately, I have tried to use Java 8, but it gives me the following error:
![Scre…
-
I'm creating a dataset directly using a URL (relying on identity-based access):
```python
dataset = Dataset.Tabular.from_parquet_files("https://.dfs.core.windows.net/")
```
(This prompts my browse…
-
I've been trying to use 'apply' to modify a column in a dataframe. This used to work with previous versions. For example,
`df['col1'] = df['col1'].apply(lambda x: x)`
`df.head()`
causes
```
…
-
If I create a `DataFrame` through `SapSQLContext` and invoke an SQL that performs a join, it fails with a serialization exception. However, an identical code works fine with the plain `SQLContext`. He…
-
Thanks very much for the spark-mongodb connector, much appreciated.
I'm having an issue when creating a DataFrame from a MongoDB collection.
The elapsed time for creating the DataFrame is 2 -3 seco…
-
**Describe the bug**
While using the snakemake pipeline to process the example data, I encountered the following error ( I only took the the last section since the call stack is very deep)
```bash
…
-
Is there a plan to add more agent toolkits? Eagerly waiting spark dataframe and spark sql features.
-
# Error
```
# Step 2: specify how the Spark dataframe should be interpreted as a time series by Flint
ts_rdd
-
-
We've noticed some strange behavior regarding column nullability. When running a query to return a dataframe, the columns seem to be nullable only if the raw columns are selected. If a function on a c…