Skip to content

Commit

Permalink
fix: fix table index map bug (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: tianru zhou <tianr.zhou@gmail.com>
  • Loading branch information
tianru zhou authored Feb 1, 2021
1 parent 0ead455 commit f250d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amundsen_common/models/index_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"analyzer": "simple",
"fields": {
"raw": {
"type": "keyword"
"type": "keyword",
"normalizer": "column_names_normalizer"
}
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='amundsen-common',
version='0.5.10',
version='0.5.11',
description='Common code library for Amundsen',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f250d6a

Please sign in to comment.