mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
LibraryDictionarySource fixes
This commit is contained in:
parent
2a7813049e
commit
0e4d49570b
@ -15,7 +15,7 @@ class Logger;
|
||||
|
||||
namespace DB
|
||||
{
|
||||
struct CStringsHolder;
|
||||
class CStringsHolder;
|
||||
|
||||
/// Allows loading dictionaries from dynamic libraries (.so)
|
||||
/// Experimental version
|
||||
|
@ -389,16 +389,16 @@ def generate_dictionaries(args):
|
||||
'''.format(https_host=args.https_host, https_port=args.https_port, https_path=args.https_path)
|
||||
|
||||
source_library = '''
|
||||
<lib>
|
||||
<filename>{filename}</filename>
|
||||
</lib>
|
||||
<library>
|
||||
<path>{filename}</path>
|
||||
</library>
|
||||
'''.format(filename=os.path.abspath('../../../build/dbms/tests/external_dictionaries/dictionary_library/libdictionary_library.so'))
|
||||
|
||||
# Todo?
|
||||
#source_library_c = '''
|
||||
#<lib>
|
||||
# <filename>{filename}</filename>
|
||||
#</lib>
|
||||
#<library>
|
||||
# <path>{filename}</path>
|
||||
#</library>
|
||||
#'''.format(filename=os.path.abspath('../../../build/dbms/tests/external_dictionaries/dict_lib/libdict_library_c.so'))
|
||||
|
||||
|
||||
|
2
debian/source/format
vendored
2
debian/source/format
vendored
@ -1 +1 @@
|
||||
3.0 (native)
|
||||
3.0 (quilt)
|
||||
|
Loading…
Reference in New Issue
Block a user