chenlica commented on code in PR #4261:
URL: https://github.com/apache/texera/pull/4261#discussion_r2891360157
##########
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/wordCloud/WordCloudOpDesc.scala:
##########
@@ -67,7 +66,7 @@ class WordCloudOpDesc extends PythonOperatorDescriptor {
def manipulateTable(): PythonTemplateBuilder = {
pyb"""
| table.dropna(subset = [$textColumn], inplace = True) #remove
missing values
- | table = table[table[$textColumn].str.contains(r'\\w',
regex=True)]
+ | table = table[table[$textColumn].str.contains(r'\w',
regex=True)]
Review Comment:
Thanks. Can we introduce a test case to catch such issues earlier?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]