Skip to content

Commit eb1f35f

Browse files
Update docs/user_guides/fs/feature_group/data_types.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cb7b0e5 commit eb1f35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guides/fs/feature_group/data_types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The input dataframe can be validated for schema as per the valid online schema d
152152

153153
| Error type | Requirement | Suggested corrections |
154154
|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
155-
| Primary key contains null values | Primary key column should not cannot any null values. If the primary key is composite key then all columns of primary key are checked for null. | Remove the null rows from dataframe. OR impute the null values as applicable. |
155+
| Primary key contains null values | Primary key columns must not contain any null values. For composite keys, all primary key columns are checked for nulls. | Remove the null rows from dataframe. OR impute the null values as applicable. |
156156
| Primary key column is missing | The dataframe to be inserted must contain all the features of the defined the primary key as per the feature group schema. | Add all the primary key columns in the dataframe. |
157157
| Event time column is missing | The dataframe to be inserted must contain an event time column if it was specified in the schema while feature group creation. | Add the event time column in the dataframe. |
158158
| String length exceeded | The character length of a string row exceeds the maximum length specified in feature online schema. However, if the feature group is not created and if no explicit schema was provided during feature group creation, then the length will be auto-increased to the maximum length found in a string column. This is handled during the first data ingestion and no user action is needed in this case. **Note:** The maximum row size in bytes should be less than 30000. | Trim the string values to fit within maximum set during feature group creation. OR remove the invalid rows. If the lengths are very long consider changing the feature schema to **TEXT** or **BLOB.** |

0 commit comments

Comments
 (0)